Home
last modified time | relevance | path

Searched refs:hclassIndexGate (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
Dts_hcr_lowering.cpp613 GateRef hclassIndexGate = builder_.IntPtr(hclassIndex); in LowerNamedAccess() local
614 builder_.ObjectTypeCheck(infos[0].Type(), isHeapObject, receiver, hclassIndexGate); in LowerNamedAccess()
633 GateRef hclassIndexGate = builder_.IntPtr(hclassIndex); in LowerNamedAccess() local
638 builder_.ObjectTypeCheck(type, isHeapObject, receiver, hclassIndexGate); in LowerNamedAccess()
642 … GateRef compare = builder_.ObjectTypeCompare(type, isHeapObject, receiver, hclassIndexGate); in LowerNamedAccess()
Dts_inline_lowering.cpp496 GateRef hclassIndexGate = builder_.IntPtr(hclassIndex); in InlineAccessorCheck() local
499 …MachineType::I1, {callState, callDepend, receiver, hclassIndexGate, frameState}, GateType::NJSValu… in InlineAccessorCheck()