Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
Djs_function.h259 JSTaggedValue protoOrHClass = GetProtoOrHClass(thread); in GetFunctionPrototype() local
275 JSTaggedValue protoOrHClass = GetProtoOrHClass(thread); in HasInitialClass() local
281 JSTaggedValue protoOrHClass = GetProtoOrHClass(thread); in HasFunctionPrototype() local
Djs_function.cpp194 JSTaggedValue protoOrHClass(fun->GetProtoOrHClass(thread)); in GetOrCreateInitialJSHClass() local
279 JSTaggedValue protoOrHClass = func->GetProtoOrHClass(thread); in PrototypeSetter() local
314 JSTaggedValue protoOrHClass) in SetFunctionPrototypeOrInstanceHClass()
999 JSTaggedValue protoOrHClass(derived->GetProtoOrHClass(thread)); in GetOrCreateDerivedJSHClass() local
Djs_array.cpp504 …JSTaggedValue protoOrHClass = JSHandle<JSFunction>::Cast(env->GetArrayFunction())->GetProtoOrHClas… in CreateArrayFromList() local
Decma_vm.cpp1954 JSHandle<JSHClass> protoOrHClass(GetGlobalEnv()->GetObjectFunctionNapiClass()); in CommonInvokeEcmaEntrypoint() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dntype_hcr_lowering.cpp231 JSTaggedValue protoOrHClass = arrayFunc->GetProtoOrHClass(compilationEnv_->GetHostThread()); in NewJSArrayLiteral() local
Dnew_object_stub_builder.cpp2032 auto protoOrHClass = Load(VariableType::JS_ANY(), glue, ctor, in FastNewThisObject() local
2711 GateRef protoOrHClass = GetProtoOrHClass(glue, constructor); in NewJSObjectByConstructor() local
Dtyped_bytecode_lowering.cpp2822 JSTaggedValue protoOrHClass = objectFunc->GetProtoOrHClass(compilationEnv_->GetJSThread()); in LowerCreateEmptyObject() local
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
Dpgo_profiler.cpp64 auto protoOrHClass = ctorFunc->GetProtoOrHClass(thread); in ProfileDefineClass() local
1317 auto protoOrHClass = ctorFunction->GetProtoOrHClass(thread); in DumpDefineClass() local
/arkcompiler/ets_runtime/ecmascript/jit/
Djit_profiler.cpp411 JSTaggedValue protoOrHClass = callee->GetProtoOrHClass(mainThread_); in ConvertNewObjRange() local
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs-inl.h1206 JSTaggedValue protoOrHClass = JSHandle<JSFunction>(ctor)->GetProtoOrHClass(thread); in RuntimeSetClassInheritanceRelationship() local