Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
Djs_function.h131 JSTaggedValue protoOrHClass = GetProtoOrHClass(); in GetFunctionPrototype() local
144 JSTaggedValue protoOrHClass = GetProtoOrHClass(); in HasInitialClass() local
150 JSTaggedValue protoOrHClass = GetProtoOrHClass(); in HasFunctionPrototype() local
Djs_function.cpp104 JSTaggedValue protoOrHClass(fun->GetProtoOrHClass()); in GetOrCreateInitialJSHClass() local
146 JSTaggedValue protoOrHClass = func->GetProtoOrHClass(); in PrototypeSetter() local
159 JSTaggedValue protoOrHClass) in SetFunctionPrototypeOrInstanceHClass()
811 JSTaggedValue protoOrHClass(derived->GetProtoOrHClass()); in GetOrCreateDerivedJSHClass() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dntype_hcr_lowering.cpp149 JSTaggedValue protoOrHClass = arrayFunc->GetProtoOrHClass(); in NewJSArrayLiteral() local
Dtyped_bytecode_lowering.cpp1865 JSTaggedValue protoOrHClass = objectFunc->GetProtoOrHClass(); in LowerCreateEmptyObject() local
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
Dpgo_profiler.cpp80 auto protoOrHClass = ctorFunc->GetProtoOrHClass(); in ProfileDefineClass() local
1066 auto protoOrHClass = ctorFunction->GetProtoOrHClass(); in DumpDefineClass() local
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs-inl.h1027 JSTaggedValue protoOrHClass = JSHandle<JSFunction>(ctor)->GetProtoOrHClass(); in RuntimeSetClassInheritanceRelationship() local