Home
last modified time | relevance | path

Searched defs:protoOrHClass (Results 1 – 7 of 7) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
Djs_function.h202 JSTaggedValue protoOrHClass = GetProtoOrHClass(); in GetFunctionPrototype() local
218 JSTaggedValue protoOrHClass = GetProtoOrHClass(); in HasInitialClass() local
224 JSTaggedValue protoOrHClass = GetProtoOrHClass(); in HasFunctionPrototype() local
Djs_function.cpp130 JSTaggedValue protoOrHClass(fun->GetProtoOrHClass()); in GetOrCreateInitialJSHClass() local
178 JSTaggedValue protoOrHClass = func->GetProtoOrHClass(); in PrototypeSetter() local
212 JSTaggedValue protoOrHClass) in SetFunctionPrototypeOrInstanceHClass()
900 JSTaggedValue protoOrHClass(derived->GetProtoOrHClass()); in GetOrCreateDerivedJSHClass() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dntype_hcr_lowering.cpp217 JSTaggedValue protoOrHClass = arrayFunc->GetProtoOrHClass(); in NewJSArrayLiteral() local
Dtyped_bytecode_lowering.cpp2282 JSTaggedValue protoOrHClass = objectFunc->GetProtoOrHClass(); in LowerCreateEmptyObject() local
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
Dpgo_profiler.cpp66 auto protoOrHClass = ctorFunc->GetProtoOrHClass(); in ProfileDefineClass() local
1345 auto protoOrHClass = ctorFunction->GetProtoOrHClass(); in DumpDefineClass() local
/arkcompiler/ets_runtime/ecmascript/jit/
Djit_profiler.cpp372 JSTaggedValue protoOrHClass = callee->GetProtoOrHClass(); in ConvertNewObjRange() local
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs-inl.h1129 JSTaggedValue protoOrHClass = JSHandle<JSFunction>(ctor)->GetProtoOrHClass(); in RuntimeSetClassInheritanceRelationship() local