Home
last modified time | relevance | path

Searched refs:CLASS_CONSTRUCTOR (Results 1 - 16 of 16) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
H A Djs_function_kind.h40 CLASS_CONSTRUCTOR, member in panda::ecmascript::FunctionKind
H A Djs_function.h247 return kind <= FunctionKind::CLASS_CONSTRUCTOR; in IsBase()
263 return (kind == FunctionKind::CLASS_CONSTRUCTOR) || (kind == FunctionKind::DERIVED_CONSTRUCTOR); in IsClassConstructor()
H A Dobject_factory.cpp751 ASSERT_PRINT(method->GetFunctionKind() == FunctionKind::CLASS_CONSTRUCTOR || in CloneClassCtor()
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Djit_compilation_env.cpp33 if (method->GetFunctionKind() == FunctionKind::CLASS_CONSTRUCTOR) { in JitCompilationEnv()
34 methodLiteral_->SetFunctionKind(FunctionKind::CLASS_CONSTRUCTOR); in JitCompilationEnv()
H A Dargument_accessor.cpp121 if (method_->GetFunctionKind() == FunctionKind::CLASS_CONSTRUCTOR) { in CollectArgs()
H A Dhcr_circuit_builder.h386 return Int32LessThanOrEqual(kind, Int32(static_cast<int32_t>(FunctionKind::CLASS_CONSTRUCTOR))); in IsBase()
H A Dstub_builder-inl.h3419 GateRef left = Int32Equal(kind, Int32(static_cast<int32_t>(FunctionKind::CLASS_CONSTRUCTOR))); in IsClassConstructorKind()
/arkcompiler/ets_runtime/ecmascript/jspandafile/
H A Dmethod_literal.h315 return GetFunctionKind() == FunctionKind::CLASS_CONSTRUCTOR; in IsClassConstructor()
H A Djs_pandafile.cpp354 kind = FunctionKind::CLASS_CONSTRUCTOR; in GetFunctionKind()
/arkcompiler/ets_runtime/ecmascript/jit/
H A Djit.cpp310 case FunctionKind::CLASS_CONSTRUCTOR: in SupportJIT()
/arkcompiler/ets_runtime/ecmascript/compiler/trampoline/aarch64/
H A Dasm_interpreter_call.cpp791 __ Cmp(temp.W(), Immediate(static_cast<int64_t>(FunctionKind::CLASS_CONSTRUCTOR))); in ResumeRspAndDispatch()
904 __ Cmp(temp.W(), Immediate(static_cast<int64_t>(FunctionKind::CLASS_CONSTRUCTOR)));
/arkcompiler/ets_runtime/ecmascript/compiler/trampoline/x64/
H A Dasm_interpreter_call.cpp1214 __ Cmpl(static_cast<int32_t>(FunctionKind::CLASS_CONSTRUCTOR), temp); in ResumeRspAndDispatch()
1403 __ Cmpl(static_cast<int32_t>(FunctionKind::CLASS_CONSTRUCTOR), temp); in ResumeRspAndReturnBaseline()
/arkcompiler/ets_runtime/ecmascript/napi/
H A Djsnapi_expo.cpp3383 hclass, ecmascript::FunctionKind::CLASS_CONSTRUCTOR); in NewClassFunction()
3401 hclass, ecmascript::FunctionKind::CLASS_CONSTRUCTOR); in NewConcurrentClassFunction()
3419 hclass, ecmascript::FunctionKind::CLASS_CONSTRUCTOR); in NewClassFunction()
3447 reinterpret_cast<void *>(nativeFunc), constructorHClass, ecmascript::FunctionKind::CLASS_CONSTRUCTOR); in NewSendableClassFunction()
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
H A Dpgo_profiler.cpp1323 kind == FunctionKind::CLASS_CONSTRUCTOR || in FunctionKindVerify()
/arkcompiler/ets_runtime/ecmascript/stubs/
H A Druntime_stubs-inl.h1118 method->SetFunctionKind(FunctionKind::CLASS_CONSTRUCTOR);
/arkcompiler/ets_runtime/ecmascript/builtins/
H A Dbuiltins.cpp275 functionClass = factory_->CreateFunctionClass(FunctionKind::CLASS_CONSTRUCTOR, JSFunction::SIZE, in Initialize()

Completed in 60 milliseconds