Home
last modified time | relevance | path

Searched defs:funcObj (Results 1 – 10 of 10) sorted by relevance

/arkcompiler/ets_frontend/es2panda/ir/expressions/
DcallExpression.cpp71 compiler::VReg funcObj = pg->AllocReg(); in CompileSuperCallWithSpreadArgs() local
/arkcompiler/ets_runtime/ecmascript/interpreter/
Dinterpreter-inl.cpp7510 JSTaggedValue funcObj = GetFunction(sp); in RunInternal() local
7668 JSTaggedValue funcObj = GetFunction(sp); in RunInternal() local
7678 JSTaggedValue funcObj = GetFunction(sp); in RunInternal() local
7688 JSTaggedValue funcObj = GetFunction(sp); in RunInternal() local
7698 JSTaggedValue funcObj = GetFunction(sp); in RunInternal() local
7836 JSTaggedValue funcObj = GetFunction(sp); in RunInternal() local
7846 JSTaggedValue funcObj = GetFunction(sp); in RunInternal() local
7856 JSTaggedValue funcObj = GetFunction(sp); in RunInternal() local
7866 JSTaggedValue funcObj = GetFunction(sp); in RunInternal() local
/arkcompiler/ets_frontend/es2panda/compiler/core/
Dpandagen.cpp1403 void PandaGen::SuperCallForwardAllArgs(const ir::AstNode *node, VReg funcObj) in SuperCallForwardAllArgs()
1492 void PandaGen::CreateGeneratorObj(const ir::AstNode *node, VReg funcObj) in CreateGeneratorObj()
1497 void PandaGen::CreateAsyncGeneratorObj(const ir::AstNode *node, VReg funcObj) in CreateAsyncGeneratorObj()
/arkcompiler/ets_frontend/ets2panda/compiler/core/
Dpandagen.cpp1174 void PandaGen::CreateGeneratorObj(const ir::AstNode *node, VReg funcObj) in CreateGeneratorObj()
1179 void PandaGen::CreateAsyncGeneratorObj(const ir::AstNode *node, VReg funcObj) in CreateAsyncGeneratorObj()
/arkcompiler/runtime_core/static_core/runtime/entrypoints/
Dentrypoints.cpp1402 extern "C" bool DecrementHotnessCounterDyn(Method *method, TaggedValue funcObj, ManagedThread *thre… in DecrementHotnessCounterDyn()
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_ark_tools.cpp1132 JSHandle<JSFunction> funcObj = JSHandle<JSFunction>::Cast(obj); in FunctionGetInferredName() local
/arkcompiler/ets_runtime/ecmascript/compiler/baseline/
Dbaseline_compiler.cpp1446 int8_t funcObj = READ_INST_8_0(); in BYTECODE_BASELINE_HANDLER_IMPLEMENT() local
Dbaseline_stubs.cpp5426 GateRef funcObj = GetFunctionFromFrame(glue, GetFrame(sp)); in GenerateCircuit() local
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs.cpp2480 JSHandle<JSFunction> funcObj = JSHandle<JSFunction>::Cast(func); in DEF_RUNTIME_STUBS() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dinterpreter_stub.cpp5935 GateRef funcObj = GetFunctionFromFrame(glue, GetFrame(sp)); in DECLARE_ASM_HANDLER() local