Searched refs:jit_code_table (Results 1 – 3 of 3) sorted by relevance
54 ->Insert({context->storage->jit_code_table() in InternFrame()92 auto* jit_code_table = context_->storage->mutable_jit_code_table(); in LoadCode() local94 jit_code_table in LoadCode()103 jit_code_table->FindById(entry.second.jit_code_id()) in LoadCode()
98 auto code = *context_.storage->jit_code_table().FindById(code_id); in TEST_F()144 auto code_1 = *context_.storage->jit_code_table().FindById(code_id_1); in TEST_F()145 auto code_2 = *context_.storage->jit_code_table().FindById(code_id_2); in TEST_F()
798 const tables::JitCodeTable& jit_code_table() const { return jit_code_table_; } in jit_code_table() function