Home
last modified time | relevance | path

Searched refs:TaggedGetInt (Results 1 – 15 of 15) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dcontainers_linkedlist_stub_builder.h36 return TaggedGetInt(value); in GetTableLength()
Dcontainers_list_stub_builder.h36 return TaggedGetInt(value); in GetTableLength()
Dcontainers_arraylist_stub_builder.h33 return TaggedGetInt(len); in GetSize()
Dcontainers_stub_builder.cpp678 valueNode = TaggedGetInt(ContainerGetNode(*thisObj, in ContainersLinkedListCall()
Dbuiltins_stubs.cpp925 GateRef length = TaggedGetInt(result); in DECLARE_BUILTINS()
/arkcompiler/ets_runtime/ecmascript/compiler/
Doperations_stub_builder.cpp145 GateRef intLeft = TaggedGetInt(left); in Less()
146 GateRef intRight = TaggedGetInt(right); in Less()
173 doubleLeft = ChangeInt32ToFloat64(TaggedGetInt(left)); in Less()
190 doubleRight = ChangeInt32ToFloat64(TaggedGetInt(right)); in Less()
250 GateRef intLeft = TaggedGetInt(left); in LessEq()
251 GateRef intRight = TaggedGetInt(right); in LessEq()
278 doubleLeft = ChangeInt32ToFloat64(TaggedGetInt(left)); in LessEq()
295 doubleRight = ChangeInt32ToFloat64(TaggedGetInt(right)); in LessEq()
354 GateRef intLeft = TaggedGetInt(left); in Greater()
355 GateRef intRight = TaggedGetInt(right); in Greater()
[all …]
Dprofiler_stub_builder.cpp82 GateRef oldSlotValue = TaggedGetInt(slotValue); in ProfileOpType()
Dinterpreter_stub.cpp2070 Branch(Int32Equal(TaggedGetInt(acc), Int32(0)), &accEqualFalse, &accNotInt); in DECLARE_ASM_HANDLER()
2111 Branch(Int32Equal(TaggedGetInt(acc), Int32(0)), &accEqualFalse, &accNotInt); in DECLARE_ASM_HANDLER()
2152 Branch(Int32Equal(TaggedGetInt(acc), Int32(0)), &accEqualFalse, &accNotInt); in DECLARE_ASM_HANDLER()
2193 Branch(Int32Equal(TaggedGetInt(acc), Int32(0)), &accNotInt, &accEqualTrue); in DECLARE_ASM_HANDLER()
2234 Branch(Int32Equal(TaggedGetInt(acc), Int32(0)), &accNotInt, &accEqualTrue); in DECLARE_ASM_HANDLER()
2275 Branch(Int32Equal(TaggedGetInt(acc), Int32(0)), &accNotInt, &accEqualTrue); in DECLARE_ASM_HANDLER()
Dstub_builder-inl.h720 inline GateRef StubBuilder::TaggedGetInt(GateRef x) in TaggedGetInt() function
722 return env_->GetBuilder()->TaggedGetInt(x); in TaggedGetInt()
Dstub_builder.h231 GateRef TaggedGetInt(GateRef x);
Dcircuit_builder.h485 inline GateRef TaggedGetInt(GateRef x);
Dcircuit_builder-inl.h489 GateRef CircuitBuilder::TaggedGetInt(GateRef x) in TaggedGetInt() function
Dtype_mcr_lowering.cpp1210 return builder_.Load(VariableType::JS_ANY(), itemOwner, builder_.TaggedGetInt(itemOffset)); in LoadFromVTable()
Dstub_builder.cpp6189 result = TaggedGetInt(len); in GetLengthOfJsArray()
6392 number = ChangeInt32ToFloat64(TaggedGetInt(x)); in TaggedGetNumber()
Dslowpath_lowering.cpp1731 condition = builder_.Equal(builder_.TaggedGetInt(value), builder_.Int32(0)); in LowerConditionJump()