Home
last modified time | relevance | path

Searched refs:methodAddr (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/dfx/cpu_profiler/
Dcpu_profiler.h94 void RecordCallNapiInfo(const std::string &methodAddr);
Dcpu_profiler.cpp551 void CpuProfiler::RecordCallNapiInfo(const std::string &methodAddr) in RecordCallNapiInfo() argument
555 generator_->RecordCallNapiAddr(methodAddr); in RecordCallNapiInfo()
Dsamples_record.cpp752 void SamplesRecord::RecordCallNapiAddr(const std::string &methodAddr) in RecordCallNapiAddr() argument
754 napiCallAddrVec_.emplace_back(methodAddr); in RecordCallNapiAddr()
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/
Dcodegen.cpp1659 auto methodAddr = utypes->GetTableSlot(method, resolver->GetCallMethodId(), skind); in EmitResolveStatic() local
1660 GetEncoder()->EncodeMov(tmp.GetReg(), Imm(methodAddr)); in EmitResolveStatic()
1665 slowPath->SetSlotAddr(methodAddr); in EmitResolveStatic()