Home
last modified time | relevance | path

Searched defs:notInt (Results 1 - 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dprofiler_stub_builder.cpp530 BRANCH(TaggedIsInt(value), &isInt, &notInt); in TaggedToTrackType() local
H A Dstub_builder.cpp1597 BRANCH(TaggedIsInt(value), &isInt, &notInt); in TaggedToRepresentation() local
8869 BRANCH(TaggedIsInt(tagged), &isInt, &notInt); in ToIndex() local
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
H A Dbuiltins_string_stub_builder.cpp60 BRANCH(TaggedIsInt(codePointValue), &isInt, &notInt); in FromCharCode() local

Completed in 24 milliseconds