Home
last modified time | relevance | path

Searched defs:beCommon (Results 1 – 11 of 11) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
Dcg_phasemanager.h84 BECommon *beCommon = nullptr; variable
Dmemlayout.h145 …MemLayout(BECommon &beCommon, MIRFunction &mirFunc, MapleAllocator &mallocator, uint32 kStackPtrAl… in MemLayout()
Dcgfunc.h89 MemRWNodeHelper(const BaseNode &node, MIRFunction &mirFunc, const BECommon &beCommon) in MemRWNodeHelper()
1818 BECommon &beCommon; variable
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
Dcg.cpp64 BECommon *beCommon = Globals::GetInstance()->GetBECommon(); in GenExtraTypeMetadata() local
205 static void AppendReferenceOffsets64(const BECommon &beCommon, MIRStructType &curStructType, int64 … in AppendReferenceOffsets64()
273 std::vector<int64> CG::GetReferenceOffsets64(const BECommon &beCommon, MIRStructType &structType) in GetReferenceOffsets64()
Dcgfunc.cpp80 void MemRWNodeHelper::GetTrueMirInfo(const BECommon &beCommon) in GetTrueMirInfo()
1675 CGFunc::CGFunc(MIRModule &mod, CG &cg, MIRFunction &mirFunc, BECommon &beCommon, MemPool &memPool, in CGFunc()
Demit.cpp1869 BECommon *beCommon = Globals::GetInstance()->GetBECommon(); in EmitStructConstant() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/x86_64/
Dx64_cg.cpp83 void X64CG::GenerateObjectMaps(BECommon &beCommon) {} in GenerateObjectMaps()
Dx64_emitter.cpp1638 BECommon *beCommon = Globals::GetInstance()->GetBECommon(); in EmitStructure() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
Daarch64_cg.cpp138 static void GetGCTIBBitMapWords(const BECommon &beCommon, MIRStructType &stType, std::vector<uint64… in GetGCTIBBitMapWords()
330 void AArch64CG::GenerateObjectMaps(BECommon &beCommon) in GenerateObjectMaps()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/x86_64/
Dx64_call_conv.h238 BECommon &beCommon; variable
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/be/
Dlower.h255 BECommon &beCommon; variable