Home
last modified time | relevance | path

Searched refs:TaggedIsNotHole (Results 1 - 10 of 10) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
H A Dlinked_hashtable_stub_builder.h50 return TaggedIsNotHole(key); in IsKey()
H A Dbuiltins_object_stub_builder.cpp689 BRANCH(TaggedIsNotHole(value), &notHole, exit); in HasOwnProperty()
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dmcr_circuit_builder.h366 GateRef CircuitBuilder::TaggedIsNotHole(GateRef x) in TaggedIsNotHole() function in panda::ecmascript::kungfu::CircuitBuilder
477 return BitAnd(TaggedIsNotHole(x), TaggedIsNotUndefinedAndNull(x)); in TaggedIsNotUndefinedAndNullAndHole()
H A Dcircuit_builder.cpp521 return TaggedIsNotHole(exception); in HasPendingException()
809 BRANCH_CIR2(TaggedIsNotHole(unsharedConstPool), &unshareCpHit, &unshareCpMiss); in GetObjectFromConstPool()
H A Dstub_builder-inl.h681 inline GateRef StubBuilder::TaggedIsNotHole(GateRef x) in TaggedIsNotHole() function in panda::ecmascript::kungfu::StubBuilder
683 return env_->GetBuilder()->TaggedIsNotHole(x); in TaggedIsNotHole()
3529 return TaggedIsNotHole(exception); in HasPendingException()
H A Dmcr_lowering.cpp868 GateRef valueIsNotHole = builder_.TaggedIsNotHole(value); in LowerLexVarIsHoleCheck()
H A Dcircuit_builder.h687 inline GateRef TaggedIsNotHole(GateRef x);
H A Dstub_builder.h263 GateRef TaggedIsNotHole(GateRef x);
H A Dstub_builder.cpp3366 BRANCH(TaggedIsNotHole(*value), &notHole, &isHole); in GetPropertyByIndex()
8340 BRANCH(TaggedIsNotHole(exception), &hasPendingException, &exit); in ReturnExceptionIfAbruptCompletion()
H A Dtyped_hcr_lowering.cpp2783 auto builtinIsNotHole = builder_.TaggedIsNotHole(builtin); in LowerLoadBuiltinObject()

Completed in 46 milliseconds