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
289 BytecodeInstruction inst(GetMethodCode(method) + pc); in GetBytecodeString()
Doptimize_bytecode.cpp138 auto instructionsBuf = graph->GetRuntime()->GetMethodCode(methodPtr); in BuildMapFromPcToIns()
/arkcompiler/runtime_core/bytecode_optimizer/
Doptimize_bytecode.cpp98 auto instructions_buf = graph->GetRuntime()->GetMethodCode(method_ptr); in BuildMapFromPcToIns()
164 const auto *instruction_buf = graph->GetRuntime()->GetMethodCode(method_ptr); in BuildMapFromPcToType()
Druntime_adapter.h83 const uint8_t *GetMethodCode(MethodPtr method) const override in GetMethodCode() function
/arkcompiler/runtime_core/compiler/optimizer/ir_builder/
Dinst_builder.h41 instructions_buf_(GetGraph()->GetRuntime()->GetMethodCode(GetGraph()->GetMethod())), in InstBuilder()
Dir_builder.cpp39 auto instructions_buf = GetGraph()->GetRuntime()->GetMethodCode(GetMethod()); in RunImpl()
/arkcompiler/runtime_core/static_core/bytecode_optimizer/tests/
Druntime_adapter_test.cpp103 EXPECT_NE(adapter.GetMethodCode(main), nullptr); in TEST()
/arkcompiler/runtime_core/bytecode_optimizer/tests/
Druntime_adapter_test.cpp103 EXPECT_NE(adapter.GetMethodCode(main), nullptr); in TEST()
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir_builder/
Dir_builder.cpp36 auto instructionsBuf = GetGraph()->GetRuntime()->GetMethodCode(GetMethod()); in RunImpl()
641 BytecodeInstructions instructions(GetGraph()->GetRuntime()->GetMethodCode(GetMethod()), in RunImpl()
Dinst_builder.h47 instructionsBuf_(GetGraph()->GetRuntime()->GetMethodCode(GetGraph()->GetMethod())), in VREGS_ENV_TYPE_DEFS()
/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.cpp996 EXPECT_EQ(interface.GetMethodCode(method), nullptr); in __anon8ce037611602()
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
Druntime_interface.h251 virtual const uint8_t *GetMethodCode([[maybe_unused]] MethodPtr method) const in GetMethodCode() function