Home
last modified time | relevance | path

Searched defs:isMap (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
Ddump.cpp1829 void DumpTaggedTreeEntry(T tree, std::ostream &os, int index, bool isMap = false) in DumpTaggedTreeEntry()
4598 void DumpForSnapshotTaggedTreeEntry(T tree, int index, std::vector<Reference> &vec, bool isMap = fa… in DumpForSnapshotTaggedTreeEntry()
/arkcompiler/ets_runtime/ecmascript/compiler/
Dtyped_hcr_lowering.cpp460 GateRef isMap = builder_.Equal(hclass, mapHclass, "Check HClass"); in LowerEcmaMapCheck() local