Home
last modified time | relevance | path

Searched refs:globalBlkMap (Results 1 - 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/
H A Dcmpl.h88 uint8 *globalBlkMap; // the memory map of the block containing all the member
91 // the Nth word in globalBlkMap has typetag;
H A Dmir_module.h634 return globalBlkMap; in GetGlobalBlockMap()
638 globalBlkMap = globalBlockMap; in SetGlobalBlockMap()
852 uint8 *globalBlkMap = nullptr; // the memory map of the block containing all the member in maple::MIRModule
855 // the Nth word in globalBlkMap has typetag;
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/
H A Dmir_module.cpp131 if (globalBlkMap != nullptr) { in DumpGlobals()
133 auto *p = reinterpret_cast<uint32 *>(globalBlkMap); in DumpGlobals()
135 while (p < reinterpret_cast<uint32 *>(globalBlkMap + globalMemSize)) { in DumpGlobals()

Completed in 5 milliseconds