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() function295 BytecodeInstruction inst(GetMethodCode(method) + pc); in GetBytecodeString()
138 auto instructionsBuf = graph->GetRuntime()->GetMethodCode(methodPtr); in BuildMapFromPcToIns()
86 const uint8_t *GetMethodCode(MethodPtr method) const override in GetMethodCode() function
111 auto instructions_buf = graph->GetRuntime()->GetMethodCode(method_ptr); in BuildMapFromPcToIns()
41 instructions_buf_(GetGraph()->GetRuntime()->GetMethodCode(GetGraph()->GetMethod())), in InstBuilder()
30 auto instructions_buf = GetGraph()->GetRuntime()->GetMethodCode(GetMethod()); in RunImpl()
41 auto instructionsBuf = GetGraph()->GetRuntime()->GetMethodCode(GetMethod()); in RunImpl()75 auto instructionsBuf = GetGraph()->GetRuntime()->GetMethodCode(GetMethod()); in BuildIr()707 BytecodeInstructions instructions(GetGraph()->GetRuntime()->GetMethodCode(GetMethod()), in RunImpl()
33 instructionsBuf_(GetGraph()->GetRuntime()->GetMethodCode(GetGraph()->GetMethod())), in InstBuilder()
103 EXPECT_NE(adapter.GetMethodCode(main), nullptr); in TEST()
183 const uint8_t *GetMethodCode(MethodPtr method) const override in GetMethodCode() function
1008 EXPECT_EQ(interface.GetMethodCode(method), nullptr); in __anon1b18b9e21602()
250 virtual const uint8_t *GetMethodCode([[maybe_unused]] MethodPtr method) const in GetMethodCode() function