Home
last modified time | relevance | path

Searched defs:calleeMethod (Results 1 – 7 of 7) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/linter/arkanalyzer/src/callgraph/pointerAnalysis/
DPagBuilder.ts727 let calleeMethod: ArkMethod | null = this.scene.getMethod(calleeNode.getMethod()); variable
987 let calleeMethod: ArkMethod | null = this.scene.getMethod(calleeNode.getMethod()); variable
1143 let calleeMethod: ArkMethod | null = this.scene.getMethod(calleeNode.getMethod()); variable
1155 let calleeMethod: ArkMethod | null = this.scene.getMethod(calleeNode.getMethod()); variable
/arkcompiler/ets_runtime/ecmascript/jit/
Djit_profiler.cpp361 Method *calleeMethod = Method::Cast(callee->GetMethod(mainThread_)); in ConvertCall() local
401 Method *calleeMethod = Method::Cast(callee->GetMethod(mainThread_)); in ConvertNewObjRange() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dts_inline_lowering.cpp790 auto calleeMethod = Method::Cast(calleeFunc->GetMethod(thread)); in CalleePFIProcess() local
Dtyped_bytecode_lowering.cpp2242 Method *calleeMethod = Method::Cast(jsFunc->GetMethod(compilationEnv_->GetJSThread())); in ConvertCallTargetCheckToHeapConstantCheckAndLowerCall() local
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
Dpgo_profiler.cpp1412 Method *calleeMethod = Method::Cast(callee->GetMethod(thread)); in DumpCall() local
1453 Method *calleeMethod = Method::Cast(callee->GetMethod(thread)); in DumpNewObjRange() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
Druntime_interface.h299 … IsMethodExternal([[maybe_unused]] MethodPtr method, [[maybe_unused]] MethodPtr calleeMethod) const in IsMethodExternal()
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs.cpp4398 Method *calleeMethod = Method::Cast(callee->GetMethod()); in DEF_RUNTIME_STUBS() local