Searched refs:CLASS_CONSTRUCTOR (Results 1 - 16 of 16) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/ |
H A D | js_function_kind.h | 40 CLASS_CONSTRUCTOR, member in panda::ecmascript::FunctionKind
|
H A D | js_function.h | 247 return kind <= FunctionKind::CLASS_CONSTRUCTOR; in IsBase() 263 return (kind == FunctionKind::CLASS_CONSTRUCTOR) || (kind == FunctionKind::DERIVED_CONSTRUCTOR); in IsClassConstructor()
|
H A D | object_factory.cpp | 751 ASSERT_PRINT(method->GetFunctionKind() == FunctionKind::CLASS_CONSTRUCTOR || in CloneClassCtor()
|
/arkcompiler/ets_runtime/ecmascript/compiler/ |
H A D | jit_compilation_env.cpp | 33 if (method->GetFunctionKind() == FunctionKind::CLASS_CONSTRUCTOR) { in JitCompilationEnv() 34 methodLiteral_->SetFunctionKind(FunctionKind::CLASS_CONSTRUCTOR); in JitCompilationEnv()
|
H A D | argument_accessor.cpp | 121 if (method_->GetFunctionKind() == FunctionKind::CLASS_CONSTRUCTOR) { in CollectArgs()
|
H A D | hcr_circuit_builder.h | 386 return Int32LessThanOrEqual(kind, Int32(static_cast<int32_t>(FunctionKind::CLASS_CONSTRUCTOR))); in IsBase()
|
H A D | stub_builder-inl.h | 3419 GateRef left = Int32Equal(kind, Int32(static_cast<int32_t>(FunctionKind::CLASS_CONSTRUCTOR))); in IsClassConstructorKind()
|
/arkcompiler/ets_runtime/ecmascript/jspandafile/ |
H A D | method_literal.h | 315 return GetFunctionKind() == FunctionKind::CLASS_CONSTRUCTOR; in IsClassConstructor()
|
H A D | js_pandafile.cpp | 354 kind = FunctionKind::CLASS_CONSTRUCTOR; in GetFunctionKind()
|
/arkcompiler/ets_runtime/ecmascript/jit/ |
H A D | jit.cpp | 310 case FunctionKind::CLASS_CONSTRUCTOR: in SupportJIT()
|
/arkcompiler/ets_runtime/ecmascript/compiler/trampoline/aarch64/ |
H A D | asm_interpreter_call.cpp | 791 __ 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 D | asm_interpreter_call.cpp | 1214 __ 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 D | jsnapi_expo.cpp | 3383 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 D | pgo_profiler.cpp | 1323 kind == FunctionKind::CLASS_CONSTRUCTOR || in FunctionKindVerify()
|
/arkcompiler/ets_runtime/ecmascript/stubs/ |
H A D | runtime_stubs-inl.h | 1118 method->SetFunctionKind(FunctionKind::CLASS_CONSTRUCTOR);
|
/arkcompiler/ets_runtime/ecmascript/builtins/ |
H A D | builtins.cpp | 275 functionClass = factory_->CreateFunctionClass(FunctionKind::CLASS_CONSTRUCTOR, JSFunction::SIZE, in Initialize()
|
Completed in 60 milliseconds