Searched refs:GetMethodCode (Results 1 – 17 of 17) sorted by relevance
117 const uint8_t *GetMethodCode(const MethodHeader *methodHeader) const in GetMethodCode() function239 return CodeInfo(GetAotFile()->GetMethodCode(methodHeader), methodHeader->codeSize); in GetMethodCodeInfo()
165 return aotFile_->GetMethodCode(methodHeader) + CodeInfo::GetCodeOffset(RUNTIME_ARCH); in FindMethodCodeEntry()174 auto code = Span(aotFile_->GetMethodCode(methodHeader), methodHeader->codeSize); in FindMethodCodeSpan()
101 virtual const uint8_t *GetMethodCode([[maybe_unused]] MethodPtr method) const in GetMethodCode() function
111 …BytecodeInstruction(graph->GetRuntime()->GetMethodCode(graph->GetMethod()) + inst->GetPc()).GetFor… in VisitNewObject()
144 const uint8_t *GetMethodCode(MethodPtr method) const override in GetMethodCode() function289 BytecodeInstruction inst(GetMethodCode(method) + pc); in GetBytecodeString()
138 auto instructionsBuf = graph->GetRuntime()->GetMethodCode(methodPtr); in BuildMapFromPcToIns()
98 auto instructions_buf = graph->GetRuntime()->GetMethodCode(method_ptr); in BuildMapFromPcToIns()164 const auto *instruction_buf = graph->GetRuntime()->GetMethodCode(method_ptr); in BuildMapFromPcToType()
83 const uint8_t *GetMethodCode(MethodPtr method) const override in GetMethodCode() function
41 instructions_buf_(GetGraph()->GetRuntime()->GetMethodCode(GetGraph()->GetMethod())), in InstBuilder()
39 auto instructions_buf = GetGraph()->GetRuntime()->GetMethodCode(GetMethod()); in RunImpl()
103 EXPECT_NE(adapter.GetMethodCode(main), nullptr); in TEST()
36 auto instructionsBuf = GetGraph()->GetRuntime()->GetMethodCode(GetMethod()); in RunImpl()641 BytecodeInstructions instructions(GetGraph()->GetRuntime()->GetMethodCode(GetMethod()), in RunImpl()
47 instructionsBuf_(GetGraph()->GetRuntime()->GetMethodCode(GetGraph()->GetMethod())), in VREGS_ENV_TYPE_DEFS()
183 const uint8_t *GetMethodCode(MethodPtr method) const override in GetMethodCode() function
996 EXPECT_EQ(interface.GetMethodCode(method), nullptr); in __anon8ce037611602()
251 virtual const uint8_t *GetMethodCode([[maybe_unused]] MethodPtr method) const in GetMethodCode() function