Home
last modified time | relevance | path

Searched defs:curMethod (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/baseline/
Dbaseline_stubs.cpp318 GateRef curMethod = GetMethodFromFunction(glue, curFunc); in GenerateCircuit() local
553 GateRef curMethod = GetMethodFromFunction(glue, GetFunctionFromFrame(glue, frame)); in GenerateCircuit() local
752 GateRef curMethod = GetMethodFromFunction(glue, curFunc); in GenerateCircuit() local
813 GateRef curMethod = GetMethodFromFunction(glue, curFunc); in GenerateCircuit() local
846 GateRef curMethod = GetMethodFromFunction(glue, curFunc); in GenerateCircuit() local
1353 GateRef curMethod = GetMethodFromFunction(glue, curFunc); in GenerateCircuit() local
1381 GateRef curMethod = GetMethodFromFunction(glue, curFunc); in GenerateCircuit() local
1633 GateRef curMethod = GetMethodFromFunction(glue, curFunc); in GenerateCircuit() local
1765 GateRef curMethod = GetMethodFromFunction(glue, curFunc); in GenerateCircuit() local
1794 GateRef curMethod = GetMethodFromFunction(glue, curFunc); in GenerateCircuit() local
[all …]
/arkcompiler/ets_frontend/ets2panda/linter/arkanalyzer/src/callgraph/pointerAnalysis/
DPagBuilder.ts1937 let curMethod = this.cg.getArkMethodByFuncID(funcID); variable