Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
Daarch64_cg.cpp237 void AArch64CG::FindOrCreateRepresentiveSym(std::vector<uint64> &bitmapWords, uint32 rcHeader, cons… in FindOrCreateRepresentiveSym()
356 uint32 rcHeader = (!bitmapWords.empty()) ? 0x40 : 0; in GenerateObjectMaps() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/aarch64/
Daarch64_cg.h44 GCTIBKey(MapleAllocator &allocator, uint32 rcHeader, std::vector<uint64> &patternWords) in GCTIBKey()