Home
last modified time | relevance | path

Searched defs:isBigint (Results 1 - 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dcircuit_builder.cpp1482 BRANCH_CIR2(TaggedIsBigInt(value), &isBigint, &returnTrue); in FastToBoolean() local
H A Dstub_builder.cpp6769 BRANCH(TaggedObjectIsBigInt(value), &isBigint, &returnTrue); in FastToBoolean() local
6868 Branch(TaggedObjectIsBigInt(value), &isBigint, &returnTrue); in FastToBooleanBaseline() local
6987 BRANCH(TaggedObjectIsBigInt(value), &isBigint, &returnTrue); in FastToBooleanWithProfile() local
7107 Branch(TaggedObjectIsBigInt(value), &isBigint, &returnTrue); FastToBooleanWithProfileBaseline() local
[all...]

Completed in 21 milliseconds