Home
last modified time | relevance | path

Searched refs:ctorProtoOrHC (Results 1 - 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dic_stub_builder.cpp81 GateRef ctorProtoOrHC = in NamedICAccessor() local
84 BRANCH(Equal(LoadObjectFromWeakRef(firstValue), ctorProtoOrHC), tryICHandler, slowPath_); in NamedICAccessor()
H A Dtyped_hcr_lowering.cpp2840 GateRef ctorProtoOrHC = builder_.LoadConstOffset(VariableType::JS_POINTER(), target, in LowerOrdinaryHasInstance() local
2843 BRANCH_CIR(builder_.TaggedIsHole(ctorProtoOrHC), &getCtorProtoSlowPath, &getCtorProtoFastPath); in LowerOrdinaryHasInstance()
2848 BRANCH_CIR(builder_.TaggedIsHeapObject(ctorProtoOrHC), &isHeapObject, &getCtorProtoSlowPath); in LowerOrdinaryHasInstance()
2850 BRANCH_CIR(builder_.IsJSHClass(ctorProtoOrHC), &isHClass, &isPrototype); in LowerOrdinaryHasInstance()
2853 constructorPrototype = builder_.LoadConstOffset(VariableType::JS_POINTER(), ctorProtoOrHC, in LowerOrdinaryHasInstance()
2859 constructorPrototype = ctorProtoOrHC; in LowerOrdinaryHasInstance()
H A Dstub_builder.cpp5884 GateRef ctorProtoOrHC = Load(VariableType::JS_POINTER(), ctor, IntPtr(JSFunction::PROTO_OR_DYNCLASS_OFFSET)); in GetCtorPrototype() local
5885 BRANCH(TaggedIsHeapObject(ctorProtoOrHC), &isHeapObject, &notHeapObject); in GetCtorPrototype()
5893 BRANCH(IsJSHClass(ctorProtoOrHC), &isHClass, &isPrototype); in GetCtorPrototype()
5896 constructorPrototype = Load(VariableType::JS_POINTER(), ctorProtoOrHC, IntPtr(JSHClass::PROTOTYPE_OFFSET)); in GetCtorPrototype()
5901 constructorPrototype = ctorProtoOrHC; in GetCtorPrototype()
5920 GateRef ctorProtoOrHC = Load(VariableType::JS_POINTER(), ctor, IntPtr(JSFunction::PROTO_OR_DYNCLASS_OFFSET)); in HasFunctionPrototype() local
5921 BRANCH(TaggedIsHole(ctorProtoOrHC), &isHole, &exit); in HasFunctionPrototype()
5990 GateRef ctorProtoOrHC = Load(VariableType::JS_POINTER(), target, in OrdinaryHasInstance() local
5993 BRANCH(TaggedIsHole(ctorProtoOrHC), &getCtorProtoSlowPath, &getCtorProtoFastPath); in OrdinaryHasInstance()

Completed in 24 milliseconds