Searched refs:hclassIndexGate (Results 1 – 2 of 2) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/compiler/ |
D | ts_hcr_lowering.cpp | 613 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()
|
D | ts_inline_lowering.cpp | 496 GateRef hclassIndexGate = builder_.IntPtr(hclassIndex); in InlineAccessorCheck() local 499 …MachineType::I1, {callState, callDepend, receiver, hclassIndexGate, frameState}, GateType::NJSValu… in InlineAccessorCheck()
|