Home
last modified time | relevance | path

Searched refs:DERIVED_CONSTRUCTOR (Results 1 - 8 of 8) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
H A Djs_function_kind.h45 DERIVED_CONSTRUCTOR, member in panda::ecmascript::FunctionKind
H A Djs_function.h253 return kind == FunctionKind::DERIVED_CONSTRUCTOR; in IsDerivedConstructor()
263 return (kind == FunctionKind::CLASS_CONSTRUCTOR) || (kind == FunctionKind::DERIVED_CONSTRUCTOR); in IsClassConstructor()
268 return (kind >= FunctionKind::BASE_CONSTRUCTOR) && (kind <= FunctionKind::DERIVED_CONSTRUCTOR); in IsConstructorKind()
H A Dobject_factory.cpp752 method->GetFunctionKind() == FunctionKind::DERIVED_CONSTRUCTOR, in CloneClassCtor()
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dhcr_circuit_builder.h397 return Int32Equal(kind, Int32(static_cast<int32_t>(FunctionKind::DERIVED_CONSTRUCTOR))); in IsDerived()
H A Dstub_builder-inl.h3420 GateRef right = Int32Equal(kind, Int32(static_cast<int32_t>(FunctionKind::DERIVED_CONSTRUCTOR))); in IsClassConstructorKind()
/arkcompiler/ets_runtime/ecmascript/jit/
H A Djit.cpp311 case FunctionKind::DERIVED_CONSTRUCTOR: in SupportJIT()
/arkcompiler/ets_runtime/ecmascript/stubs/
H A Druntime_stubs-inl.h1123 method->SetFunctionKind(FunctionKind::DERIVED_CONSTRUCTOR);
1129 method->SetFunctionKind(FunctionKind::DERIVED_CONSTRUCTOR);
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
H A Dpgo_profiler.cpp1324 kind == FunctionKind::DERIVED_CONSTRUCTOR; in FunctionKindVerify()

Completed in 39 milliseconds