Searched defs:IsTaggedArray (Results 1 – 4 of 4) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/ | ||
| D | js_tagged_value.cpp | 402 bool JSTaggedValue::IsTaggedArray() const in IsTaggedArray() function in panda::ecmascript::JSTaggedValue |
| D | js_hclass.h | 726 inline bool IsTaggedArray() const in IsTaggedArray() function |
| /arkcompiler/ets_runtime/ecmascript/compiler/ | ||
| D | circuit_builder.cpp | 195 GateRef CircuitBuilder::IsTaggedArray(GateRef glue, GateRef object) in IsTaggedArray() function in panda::ecmascript::kungfu::CircuitBuilder |
| D | stub_builder-inl.h | 896 inline GateRef StubBuilder::IsTaggedArray(GateRef glue, GateRef x) in IsTaggedArray() function |