Searched defs:ctorFunc (Results 1 – 7 of 7) sorted by relevance
| /arkcompiler/ets_frontend/ets2panda/checker/ets/ |
| D | function.cpp | 1705 auto *ctorFunc = lambdaBody[lambdaBody.size() - 2]->AsMethodDefinition()->Function(); in ResolveLambdaObjectCtor() local 2368 auto *ctorFunc = lambdaObject->Body()[1]->AsMethodDefinition()->Function(); in ResolveLambdaObject() local 2399 auto *ctorFunc = lambdaBody[lambdaBody.size() - 2]->AsMethodDefinition()->Function(); in ResolveLambdaObjectCtor() local
|
| /arkcompiler/ets_runtime/ecmascript/pgo_profiler/ |
| D | pgo_profiler.cpp | 64 auto ctorFunc = JSFunction::Cast(ctorValue.GetTaggedObject()); in ProfileDefineClass() local 110 auto ctorFunc = JSFunction::Cast(ctorValue.GetTaggedObject()); in ProfileClassRootHClass() local
|
| /arkcompiler/ets_frontend/ets2panda/varbinder/ |
| D | ETSBinder.cpp | 916 auto *ctorFunc = lambdaBody[lambdaBody.size() - 2]->AsMethodDefinition()->Function(); in BuildLambdaObjectName() local
|
| /arkcompiler/ets_runtime/ecmascript/builtins/ |
| D | builtins.cpp | 1045 …ion> Builtins::InitializeExoticConstructor(const JSHandle<GlobalEnv> &env, EcmaEntrypoint ctorFunc, in InitializeExoticConstructor() 2638 … const JSHandle<JSObject> &prototype, EcmaEntrypoint ctorFunc, in NewBuiltinConstructor() 2649 … const JSHandle<JSObject> &prototype, EcmaEntrypoint ctorFunc, in NewBuiltinCjsCtor() 3100 … EcmaEntrypoint ctorFunc, std::string_view name, int length) in NewIntlConstructor()
|
| /arkcompiler/ets_runtime/ecmascript/containers/ |
| D | containers_private.cpp | 170 … EcmaEntrypoint ctorFunc, const char *name, int length) in NewContainerConstructor()
|
| /arkcompiler/ets_runtime/ecmascript/interpreter/ |
| D | interpreter-inl.h | 4006 JSFunction *ctorFunc = JSFunction::Cast(ctor.GetTaggedObject()); in RunInternal() local 4141 JSFunction *ctorFunc = JSFunction::Cast(ctor.GetTaggedObject()); in RunInternal() local 4277 JSFunction *ctorFunc = JSFunction::Cast(ctor.GetTaggedObject()); in RunInternal() local
|
| D | interpreter_assembly.cpp | 3823 JSFunction *ctorFunc = JSFunction::Cast(ctor.GetTaggedObject()); in HandleWideNewobjrangePrefImm16V8() local 7114 JSFunction *ctorFunc = JSFunction::Cast(ctor.GetTaggedObject()); in HandleNewobjrangeImm16Imm8V8() local 7257 JSFunction *ctorFunc = JSFunction::Cast(ctor.GetTaggedObject()); in HandleNewobjrangeImm8Imm8V8() local
|