Home
last modified time | relevance | path

Searched defs:isHole (Results 1 - 6 of 6) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dmcr_circuit_builder.h483 GateRef isHole = TaggedIsHole(x); in TaggedIsUndefinedOrHole() local
H A Dinterpreter_stub.cpp1665 BRANCH(TaggedIsHole(hole), &isHole, &notHole); in DECLARE_ASM_HANDLER() local
1684 BRANCH(TaggedIsHole(hole), &isHole, &notHole); in DECLARE_ASM_HANDLER() local
H A Dcircuit_builder.cpp1199 BRANCH_CIR2(TaggedIsHole(obj), &isHole, &notIsHole); in ToObject() local
H A Dstub_builder.cpp611 BRANCH(TaggedIsHole(flag), &isHole, &notHole); in CreateDataProperty() local
753 BRANCH(TaggedIsHole(element), &isHole, &notHole); in FindElementFromNumberDictionary() local
836 BRANCH(TaggedIsHole(element), &isHole, &notHole); in FindEntryFromNameDictionary() local
945 BRANCH(TaggedIsHole(element), &isHole, &notHole); 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 Dbaseline_stubs.cpp4181 Branch(TaggedIsHole(hole), &isHole, &notHole); in GenerateCircuit() local
4207 Branch(TaggedIsHole(acc), &isHole, &notHole); in GenerateCircuit() local
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
H A Dbuiltins_array_stub_builder.cpp2031 BRANCH_UNLIKELY(TaggedIsHole(value), &isHole, &isNotHole); in DoReverse() local
2649 GateRef isHole in Includes() local
[all...]

Completed in 42 milliseconds