Home
last modified time | relevance | path

Searched defs:funcObj (Results 1 - 9 of 9) sorted by relevance

/arkcompiler/ets_frontend/es2panda/ir/expressions/
H A DcallExpression.cpp77 compiler::VReg funcObj = pg->AllocReg(); in CompileSuperCallWithSpreadArgs() local
/arkcompiler/ets_runtime/ecmascript/compiler/baseline/
H A Dbaseline_compiler.cpp1439 int8_t funcObj = READ_INST_8_0(); in BYTECODE_BASELINE_HANDLER_IMPLEMENT() local
H A Dbaseline_stubs.cpp5390 GateRef funcObj = GetFunctionFromFrame(GetFrame(sp)); in GenerateCircuit() local
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dinterpreter_stub.cpp5551 GateRef funcObj = GetFunctionFromFrame(GetFrame(sp)); in DECLARE_ASM_HANDLER() local
/arkcompiler/runtime_core/static_core/runtime/entrypoints/
H A Dentrypoints.cpp1362 extern "C" bool DecrementHotnessCounterDyn(Method *method, TaggedValue funcObj, ManagedThread *thread) in DecrementHotnessCounterDyn() argument
/arkcompiler/ets_frontend/ets2panda/compiler/core/
H A Dpandagen.cpp1219 void PandaGen::CreateGeneratorObj(const ir::AstNode *node, VReg funcObj) in CreateGeneratorObj() argument
1224 void PandaGen::CreateAsyncGeneratorObj(const ir::AstNode *node, VReg funcObj) in CreateAsyncGeneratorObj() argument
/arkcompiler/ets_frontend/es2panda/compiler/core/
H A Dpandagen.cpp1375 void PandaGen::SuperCallForwardAllArgs(const ir::AstNode *node, VReg funcObj) in SuperCallForwardAllArgs() argument
1464 void PandaGen::CreateGeneratorObj(const ir::AstNode *node, VReg funcObj) in CreateGeneratorObj() argument
1469 void PandaGen::CreateAsyncGeneratorObj(const ir::AstNode *node, VReg funcObj) in CreateAsyncGeneratorObj() argument
/arkcompiler/ets_runtime/ecmascript/interpreter/
H A Dinterpreter-inl.cpp7455 JSTaggedValue funcObj = GetFunction(sp); in RunInternal() local
7611 JSTaggedValue funcObj = GetFunction(sp); in RunInternal() local
7621 JSTaggedValue funcObj = GetFunction(sp); in RunInternal() local
7759 JSTaggedValue funcObj = GetFunction(sp); in RunInternal() local
7769 JSTaggedValue funcObj = GetFunction(sp); in RunInternal() local
7779 JSTaggedValue funcObj = GetFunction(sp); RunInternal() local
7789 JSTaggedValue funcObj = GetFunction(sp); RunInternal() local
[all...]
/arkcompiler/ets_runtime/ecmascript/stubs/
H A Druntime_stubs.cpp2341 JSHandle<JSFunction> funcObj = JSHandle<JSFunction>::Cast(func); in DEF_RUNTIME_STUBS() local

Completed in 69 milliseconds