Home
last modified time | relevance | path

Searched refs:TaggedIsObject (Results 1 - 7 of 7) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dmcr_circuit_builder.h45 GateRef CircuitBuilder::TaggedIsObject(GateRef x) in TaggedIsObject() function in panda::ecmascript::kungfu::CircuitBuilder
54 return BoolNot(TaggedIsObject(x)); in TaggedIsNumber()
H A Dstub_builder-inl.h625 inline GateRef StubBuilder::TaggedIsObject(GateRef x) in TaggedIsObject() function in panda::ecmascript::kungfu::StubBuilder
627 return env_->GetBuilder()->TaggedIsObject(x); in TaggedIsObject()
668 return BoolNot(TaggedIsObject(x)); in TaggedIsNumber()
H A Dprofiler_stub_builder.cpp540 BRANCH(TaggedIsObject(value), &isObject, &isDouble); in TaggedToTrackType()
H A Dcircuit_builder.h684 inline GateRef TaggedIsObject(GateRef x);
H A Dstub_builder.h259 GateRef TaggedIsObject(GateRef x);
H A Dstub_builder.cpp1655 BRANCH(TaggedIsObject(value), &isObject, &isDouble); in TaggedToElementKind()
1753 BRANCH(TaggedIsObject(value), &valueIsObject, &valueIsDouble); in SetValueWithRep()
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
H A Dbuiltins_array_stub_builder.cpp2938 .Or(TaggedIsObject(startArg)) in Fill()
2939 .Or(TaggedIsObject(endArg)).Done(); in Fill()

Completed in 43 milliseconds