Searched defs:isHole (Results 1 - 6 of 6) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| H A D | mcr_circuit_builder.h | 483 GateRef isHole = TaggedIsHole(x); in TaggedIsUndefinedOrHole() local
|
| H A D | interpreter_stub.cpp | 1665 BRANCH(TaggedIsHole(hole), &isHole, ¬Hole);
in DECLARE_ASM_HANDLER() local 1684 BRANCH(TaggedIsHole(hole), &isHole, ¬Hole);
in DECLARE_ASM_HANDLER() local
|
| H A D | circuit_builder.cpp | 1199 BRANCH_CIR2(TaggedIsHole(obj), &isHole, ¬IsHole); in ToObject() local
|
| H A D | stub_builder.cpp | 611 BRANCH(TaggedIsHole(flag), &isHole, ¬Hole); in CreateDataProperty() local 753 BRANCH(TaggedIsHole(element), &isHole, ¬Hole); in FindElementFromNumberDictionary() local 836 BRANCH(TaggedIsHole(element), &isHole, ¬Hole); in FindEntryFromNameDictionary() local 945 BRANCH(TaggedIsHole(element), &isHole, ¬Hole); FindEntryFromTransitionDictionary() local 1635 BRANCH(TaggedIsHole(value), &isHole, &isNotHole); TaggedToElementKind() local 5921 BRANCH(TaggedIsHole(ctorProtoOrHC), &isHole, &exit); HasFunctionPrototype() local [all...] |
| /arkcompiler/ets_runtime/ecmascript/compiler/baseline/ |
| H A D | baseline_stubs.cpp | 4181 Branch(TaggedIsHole(hole), &isHole, ¬Hole); in GenerateCircuit() local 4207 Branch(TaggedIsHole(acc), &isHole, ¬Hole); in GenerateCircuit() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/builtins/ |
| H A D | builtins_array_stub_builder.cpp | 2031 BRANCH_UNLIKELY(TaggedIsHole(value), &isHole, &isNotHole); in DoReverse() local 2649 GateRef isHole in Includes() local [all...] |
Completed in 42 milliseconds