Searched refs:TaggedGetInt (Results 1 – 15 of 15) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/ |
D | containers_linkedlist_stub_builder.h | 36 return TaggedGetInt(value); in GetTableLength()
|
D | containers_list_stub_builder.h | 36 return TaggedGetInt(value); in GetTableLength()
|
D | containers_arraylist_stub_builder.h | 33 return TaggedGetInt(len); in GetSize()
|
D | containers_stub_builder.cpp | 678 valueNode = TaggedGetInt(ContainerGetNode(*thisObj, in ContainersLinkedListCall()
|
D | builtins_stubs.cpp | 925 GateRef length = TaggedGetInt(result); in DECLARE_BUILTINS()
|
/arkcompiler/ets_runtime/ecmascript/compiler/ |
D | operations_stub_builder.cpp | 145 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 …]
|
D | profiler_stub_builder.cpp | 82 GateRef oldSlotValue = TaggedGetInt(slotValue); in ProfileOpType()
|
D | interpreter_stub.cpp | 2070 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()
|
D | stub_builder-inl.h | 720 inline GateRef StubBuilder::TaggedGetInt(GateRef x) in TaggedGetInt() function 722 return env_->GetBuilder()->TaggedGetInt(x); in TaggedGetInt()
|
D | stub_builder.h | 231 GateRef TaggedGetInt(GateRef x);
|
D | circuit_builder.h | 485 inline GateRef TaggedGetInt(GateRef x);
|
D | circuit_builder-inl.h | 489 GateRef CircuitBuilder::TaggedGetInt(GateRef x) in TaggedGetInt() function
|
D | type_mcr_lowering.cpp | 1210 return builder_.Load(VariableType::JS_ANY(), itemOwner, builder_.TaggedGetInt(itemOffset)); in LoadFromVTable()
|
D | stub_builder.cpp | 6189 result = TaggedGetInt(len); in GetLengthOfJsArray() 6392 number = ChangeInt32ToFloat64(TaggedGetInt(x)); in TaggedGetNumber()
|
D | slowpath_lowering.cpp | 1731 condition = builder_.Equal(builder_.TaggedGetInt(value), builder_.Int32(0)); in LowerConditionJump()
|