Home
last modified time | relevance | path

Searched refs:GetMethodCode (Results 1 – 17 of 17) sorted by relevance

/arkcompiler/runtime_core/static_core/compiler/aot/
Daot_file.h117 const uint8_t *GetMethodCode(const MethodHeader *methodHeader) const in GetMethodCode() function
239 return CodeInfo(GetAotFile()->GetMethodCode(methodHeader), methodHeader->codeSize); in GetMethodCodeInfo()
Daot_file.cpp165 return aotFile_->GetMethodCode(methodHeader) + CodeInfo::GetCodeOffset(RUNTIME_ARCH); in FindMethodCodeEntry()
174 auto code = Span(aotFile_->GetMethodCode(methodHeader), methodHeader->codeSize); in FindMethodCodeSpan()
/arkcompiler/runtime_core/compiler/optimizer/ir/
Druntime_interface.h101 virtual const uint8_t *GetMethodCode([[maybe_unused]] MethodPtr method) const in GetMethodCode() function
/arkcompiler/runtime_core/static_core/bytecode_optimizer/
Dbytecodeopt_peepholes.cpp111 …BytecodeInstruction(graph->GetRuntime()->GetMethodCode(graph->GetMethod()) + inst->GetPc()).GetFor… in VisitNewObject()
Druntime_adapter.h144 const uint8_t *GetMethodCode(MethodPtr method) const override in GetMethodCode() function
295 BytecodeInstruction inst(GetMethodCode(method) + pc); in GetBytecodeString()
Doptimize_bytecode.cpp138 auto instructionsBuf = graph->GetRuntime()->GetMethodCode(methodPtr); in BuildMapFromPcToIns()
/arkcompiler/runtime_core/bytecode_optimizer/
Druntime_adapter.h86 const uint8_t *GetMethodCode(MethodPtr method) const override in GetMethodCode() function
Doptimize_bytecode.cpp111 auto instructions_buf = graph->GetRuntime()->GetMethodCode(method_ptr); in BuildMapFromPcToIns()
/arkcompiler/runtime_core/compiler/optimizer/ir_builder/
Dinst_builder.h41 instructions_buf_(GetGraph()->GetRuntime()->GetMethodCode(GetGraph()->GetMethod())), in InstBuilder()
Dir_builder.cpp30 auto instructions_buf = GetGraph()->GetRuntime()->GetMethodCode(GetMethod()); in RunImpl()
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir_builder/
Dir_builder.cpp41 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()
Dinst_builder.cpp33 instructionsBuf_(GetGraph()->GetRuntime()->GetMethodCode(GetGraph()->GetMethod())), in InstBuilder()
/arkcompiler/runtime_core/bytecode_optimizer/tests/
Druntime_adapter_test.cpp103 EXPECT_NE(adapter.GetMethodCode(main), nullptr); in TEST()
/arkcompiler/runtime_core/static_core/bytecode_optimizer/tests/
Druntime_adapter_test.cpp103 EXPECT_NE(adapter.GetMethodCode(main), nullptr); in TEST()
/arkcompiler/runtime_core/static_core/runtime/
Dcompiler.h183 const uint8_t *GetMethodCode(MethodPtr method) const override in GetMethodCode() function
/arkcompiler/runtime_core/compiler/tests/
Dcompiler_inst_test.cpp1008 EXPECT_EQ(interface.GetMethodCode(method), nullptr); in __anon1b18b9e21602()
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
Druntime_interface.h250 virtual const uint8_t *GetMethodCode([[maybe_unused]] MethodPtr method) const in GetMethodCode() function