Home
last modified time | relevance | path

Searched refs:TaggedIsTrue (Results 1 - 17 of 17) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
H A Dbuiltins_regexp_stub_builder.cpp41 BRANCH(TaggedIsTrue(globalResult), &globalKey, &notGlobalKey); in GetFlags()
54 BRANCH(TaggedIsTrue(ignoreCaseResult), &ignoreCaseKey, &notIgnoreCaseKey); in GetFlags()
67 BRANCH(TaggedIsTrue(multilineResult), &multilineKey, &notMultilineKey); in GetFlags()
80 BRANCH(TaggedIsTrue(dotAllResult), &dotAllKey, &notDotAllKey); in GetFlags()
93 BRANCH(TaggedIsTrue(unicodeResult), &unicodeKey, &notUnicodeKey); in GetFlags()
106 BRANCH(TaggedIsTrue(stickyResult), &stickyKey, &notStickyKey); in GetFlags()
119 BRANCH(TaggedIsTrue(indicesResult), &hasIndicesKey, &notHasIndicesKey); in GetFlags()
H A Dbuiltins_array_stub_builder.cpp604 BRANCH(TaggedIsTrue(hasProp), &hasProperty, &arrayValueNotHole); in Filter()
641 BRANCH(TaggedIsTrue(FastToBoolean(retValue)), &find, &checkArray); in Filter()
764 BRANCH(TaggedIsTrue(hasProp), &hasProperty, &arrayValueNotHole); in Map()
901 BRANCH(TaggedIsTrue(hasProp), &hasProperty, &loopEnd); in ForEach()
951 BRANCH(TaggedIsTrue(hasProp), &hasProperty, &loopEnd); in ForEach()
1471 BRANCH(TaggedIsTrue(presentValueHasProp), &presentValueHasProperty, &afterGettingpresentValue); in DoSort()
1506 BRANCH(TaggedIsTrue(middleValueHasProp), &middleValueHasProperty, &afterGettingmiddleValue); in DoSort()
1606 BRANCH(TaggedIsTrue(previousValueHasProp), in DoSort()
2189 BRANCH(TaggedIsTrue(FastToBoolean(retValue)), &find, &loopEnd); in Find()
2300 BRANCH(TaggedIsTrue(FastToBoolea in FindIndex()
[all...]
H A Dbuiltins_dataview_stub_builder.cpp123 BRANCH(TaggedIsTrue(littleEndianHandle), &littleEnd, &notLittleEnd); in SetValueInBufferForInt32()
167 BRANCH(TaggedIsTrue(littleEndianHandle), &littleEnd, &notLittleEnd); in SetValueInBufferForInt64()
H A Dbuiltins_typedarray_stub_builder.cpp771 BRANCH(TaggedIsTrue(FastToBoolean(retValue)), &find, &loopEnd); in Find()
1385 BRANCH(TaggedIsTrue(FastToBoolean(retValue)), &retValueIsTrue, &loopEnd); in Some()
1489 BRANCH(TaggedIsTrue(FastToBoolean(retValue)), &retValueIsTrue, &loopEnd); in Filter()
2343 BRANCH(TaggedIsTrue(FastToBoolean(retValue)), &find, &loopEnd); in FindIndex()
2454 BRANCH(TaggedIsTrue(FastToBoolean(retValue)), &find, &loopEnd); in FindLastIndex()
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dmcr_circuit_builder.h498 GateRef CircuitBuilder::TaggedIsTrue(GateRef x) in TaggedIsTrue() function in panda::ecmascript::kungfu::CircuitBuilder
520 return BitOr(TaggedIsFalse(x), TaggedIsTrue(x)); in TaggedIsBoolean()
H A Doperations_stub_builder.cpp43 BRANCH(TaggedIsTrue(*result), &resultIsTrue, &resultNotTrue); in Equal()
83 BRANCH(TaggedIsTrue(*result), &resultIsTrue, &resultNotTrue); in NotEqual()
H A Dtyped_native_inline_lowering.cpp2748 BRANCH_CIR(builder_.TaggedIsTrue(*result), &exit, &callRuntime); in LowerReflectHas()
3292 BRANCH_CIR(builder_.TaggedIsTrue(builder_.FastToBoolean(nativeCall)), &findElement, &noFindElement); in LowerArrayFindOrFindIndex()
3378 BRANCH_CIR(builder_.TaggedIsTrue(builder_.FastToBoolean(callJs)), &returnTrue, &afterLoop); in LowerArrayFilter()
3551 BRANCH_CIR(builder_.TaggedIsTrue(builder_.FastToBoolean(callJs)), &findElement, &afterLoop); in LowerArraySome()
H A Dcircuit_builder.cpp1468 BRANCH_CIR2(TaggedIsTrue(value), &returnTrue, &returnFalse); in FastToBoolean()
H A Dmcr_lowering.cpp699 return builder_.TaggedIsTrue(value); in ConvertTaggedBooleanToBool()
H A Dstub_builder.cpp615 result = TaggedIsTrue(temp); in CreateDataProperty()
5421 BRANCH(TaggedIsTrue(obj), &objIsTrue, &objNotTrue); in FastTypeOf()
6755 BRANCH(TaggedIsTrue(value), &returnTrue, &returnFalse); in FastToBoolean()
6854 Branch(TaggedIsTrue(value), &returnTrue, &returnFalse); in FastToBooleanBaseline()
6957 BRANCH(TaggedIsTrue(value), &isTrue, &isNotTrue); in FastToBooleanWithProfile()
7077 Branch(TaggedIsTrue(value), &isTrue, &isNotTrue); in FastToBooleanWithProfileBaseline()
H A Dnew_object_stub_builder.cpp1423 BRANCH(TaggedIsTrue(isStartHeapSampling), callRuntime, &next); in AllocateInSOldPrologue()
1473 BRANCH(TaggedIsTrue(isStartHeapSampling), callRuntime, &next); in AllocateInYoungPrologue()
H A Dstub_builder-inl.h885 inline GateRef StubBuilder::TaggedIsTrue(GateRef x) in TaggedIsTrue() function in panda::ecmascript::kungfu::StubBuilder
887 return env_->GetBuilder()->TaggedIsTrue(x); in TaggedIsTrue()
H A Dcircuit_builder.h709 inline GateRef TaggedIsTrue(GateRef x);
H A Dstub_builder.h307 GateRef TaggedIsTrue(GateRef x);
H A Dinterpreter_stub.cpp2589 BRANCH(TaggedIsTrue(acc), &accEqualTrue, &accNotEqualTrue); in DECLARE_ASM_HANDLER()
2630 BRANCH(TaggedIsTrue(acc), &accEqualTrue, &accNotEqualTrue); in DECLARE_ASM_HANDLER()
2671 BRANCH(TaggedIsTrue(acc), &accEqualTrue, &accNotEqualTrue); in DECLARE_ASM_HANDLER()
H A Dslowpath_lowering.cpp2832 BRANCH_CIR(builder_.TaggedIsTrue(obj), &objIsTrue, &objNotTrue); in LowerTypeof()
H A Dtyped_hcr_lowering.cpp757 BRANCH_CIR(builder_.TaggedIsTrue(src), &isTrue, &isFalse); in LowerPrimitiveToNumber()

Completed in 83 milliseconds