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 std::vector<uint64> &bitmapWords, uint32 rcHeader) in EmitGCTIBLabel()
292 void AArch64CG::FindOrCreateRepresentiveSym(std::vector<uint64> &bitmapWords, uint32 rcHeader, cons… in FindOrCreateRepresentiveSym()
362 uint32 rcHeader = (!bitmapWords.empty()) ? 0x40 : 0; in GenerateObjectMaps() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
Dcg.h130 GCTIBKey(MapleAllocator &allocator, uint32 rcHeader, const std::vector<uint64> &patternWords) in GCTIBKey()