Home
last modified time | relevance | path

Searched defs:protoOrHClass (Results 1 - 8 of 8) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dntype_hcr_lowering.cpp221 JSTaggedValue protoOrHClass = arrayFunc->GetProtoOrHClass(); in NewJSArrayLiteral() local
H A Dtyped_bytecode_lowering.cpp2300 JSTaggedValue protoOrHClass = objectFunc->GetProtoOrHClass(); in LowerCreateEmptyObject() local
H A Dnew_object_stub_builder.cpp2282 GateRef protoOrHClass = GetProtoOrHClass(constructor); in NewJSObjectByConstructor() local
/arkcompiler/ets_runtime/ecmascript/
H A Djs_function.h204 JSTaggedValue protoOrHClass = GetProtoOrHClass(); in GetFunctionPrototype() local
220 JSTaggedValue protoOrHClass = GetProtoOrHClass(); in HasInitialClass() local
226 JSTaggedValue protoOrHClass = GetProtoOrHClass(); in HasFunctionPrototype() local
H A Djs_function.cpp178 JSTaggedValue protoOrHClass = func->GetProtoOrHClass(); in PrototypeSetter() local
211 SetFunctionPrototypeOrInstanceHClass(const JSThread *thread, const JSHandle<JSFunction> &fun, JSTaggedValue protoOrHClass) SetFunctionPrototypeOrInstanceHClass() argument
[all...]
/arkcompiler/ets_runtime/ecmascript/jit/
H A Djit_profiler.cpp372 JSTaggedValue protoOrHClass = callee->GetProtoOrHClass(); in ConvertNewObjRange() local
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
H A Dpgo_profiler.cpp66 auto protoOrHClass = ctorFunc->GetProtoOrHClass(); in ProfileDefineClass() local
1354 auto protoOrHClass = ctorFunction->GetProtoOrHClass(); in DumpDefineClass() local
[all...]
/arkcompiler/ets_runtime/ecmascript/stubs/
H A Druntime_stubs-inl.h1155 JSTaggedValue protoOrHClass = JSHandle<JSFunction>(ctor)->GetProtoOrHClass(); local

Completed in 24 milliseconds