Home
last modified time | relevance | path

Searched refs:ResolveMethodIndex (Results 1 – 10 of 10) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
Dbytecode_info_collector.cpp401 methodId = jsPandaFile_->ResolveMethodIndex(method->GetMethodId(), in CollectMethodInfoFromBC()
409 methodId = jsPandaFile_->ResolveMethodIndex(method->GetMethodId(), in CollectMethodInfoFromBC()
415 auto entityId = jsPandaFile_->ResolveMethodIndex(method->GetMethodId(), in CollectMethodInfoFromBC()
422 auto literalId = jsPandaFile_->ResolveMethodIndex(method->GetMethodId(), in CollectMethodInfoFromBC()
428 auto entityId = jsPandaFile_->ResolveMethodIndex(method->GetMethodId(), in CollectMethodInfoFromBC()
435 auto literalId = jsPandaFile_->ResolveMethodIndex(method->GetMethodId(), in CollectMethodInfoFromBC()
442 auto literalId = jsPandaFile_->ResolveMethodIndex(method->GetMethodId(), in CollectMethodInfoFromBC()
454 auto literalId = jsPandaFile_->ResolveMethodIndex(method->GetMethodId(), in CollectMethodInfoFromBC()
/arkcompiler/ets_runtime/ecmascript/jspandafile/
Djs_pandafile.h213 panda_file::File::EntityId ResolveMethodIndex(panda_file::File::EntityId id, uint16_t idx) const in ResolveMethodIndex() function
215 return pf_->ResolveMethodIndex(id, idx); in ResolveMethodIndex()
Dpanda_file_translator.cpp1521 … methodId = jsPandaFile->ResolveMethodIndex(method->GetMethodId(), bcIns.GetId()).GetOffset(); in TranslateBytecode()
1526 … methodId = jsPandaFile->ResolveMethodIndex(method->GetMethodId(), bcIns.GetId()).GetOffset(); in TranslateBytecode()
1531 … methodId = jsPandaFile->ResolveMethodIndex(method->GetMethodId(), bcIns.GetId()).GetOffset(); in TranslateBytecode()
1537 … methodId = jsPandaFile->ResolveMethodIndex(method->GetMethodId(), bcIns.GetId()).GetOffset(); in TranslateBytecode()
1543 … methodId = jsPandaFile->ResolveMethodIndex(method->GetMethodId(), bcIns.GetId()).GetOffset(); in TranslateBytecode()
1548 … methodId = jsPandaFile->ResolveMethodIndex(method->GetMethodId(), bcIns.GetId()).GetOffset(); in TranslateBytecode()
1569 … methodId = jsPandaFile->ResolveMethodIndex(method->GetMethodId(), bcIns.GetId()).GetOffset(); in TranslateBytecode()
/arkcompiler/runtime_core/disassembler/templates/
Dbc_ins_to_pandasm_ins.cpp.erb65 id = file_->ResolveMethodIndex(method_id, idx);
/arkcompiler/runtime_core/bytecode_optimizer/tests/
Druntime_adapter_test.cpp192 const auto method_id = adapter.ResolveMethodIndex(main, 0); in TEST()
/arkcompiler/runtime_core/libpandafile/
Dfile.h318 EntityId ResolveMethodIndex(EntityId id, Index idx) const in ResolveMethodIndex() function
Dfile_reader.cpp1300 File::EntityId old_id = file_->ResolveMethodIndex(method_id, idx); in UpdateCodeAndDebugInfoDependencies()
1399 File::EntityId old_id = file_->ResolveMethodIndex(method_id, idx); in ComputeLayoutAndUpdateIndices()
/arkcompiler/ets_runtime/ecmascript/compiler/type_inference/
Dmethod_type_infer.cpp1220 …uint32_t methodId = ctx_->GetJSPandaFile()->ResolveMethodIndex(methodLiteral_->GetMethodId(), id).… in SetAndReturnNamespaceObjType()
1278 … ctx_->GetJSPandaFile()->ResolveMethodIndex(methodLiteral_->GetMethodId(), id).GetOffset(); in CheckNamespaceFunc()
/arkcompiler/runtime_core/assembler/tests/
Demitter_test.cpp796 const auto arg_method_id = pf->ResolveMethodIndex(id_f, arg_method_idx); in TEST()
/arkcompiler/runtime_core/disassembler/
Ddisassembler.cpp1642 const auto arg_method_id = file_->ResolveMethodIndex(method_id, arg_method_idx); in GetInstructions()