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/src/cg/
Dcg.cpp56 BECommon *beCommon = Globals::GetInstance()->GetBECommon(); in GenExtraTypeMetadata() local
195 static void AppendReferenceOffsets64(const BECommon &beCommon, MIRStructType &curStructType, int64 … in AppendReferenceOffsets64()
263 std::vector<int64> CG::GetReferenceOffsets64(const BECommon &beCommon, MIRStructType &structType) in GetReferenceOffsets64()
Dcgfunc.cpp1616 CGFunc::CGFunc(MIRModule &mod, CG &cg, MIRFunction &mirFunc, BECommon &beCommon, MemPool &memPool, in CGFunc()
Demit.cpp1783 BECommon *beCommon = Globals::GetInstance()->GetBECommon(); in EmitStructConstant() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
Dcg_phasemanager.h83 BECommon *beCommon = nullptr; variable
Dmemlayout.h144 …MemLayout(BECommon &beCommon, MIRFunction &mirFunc, MapleAllocator &mallocator, uint32 kStackPtrAl… in MemLayout()
Dcgfunc.h1626 BECommon &beCommon; variable
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
Daarch64_cg.cpp135 static void GetGCTIBBitMapWords(const BECommon &beCommon, MIRStructType &stType, std::vector<uint64… in GetGCTIBBitMapWords()
324 void AArch64CG::GenerateObjectMaps(BECommon &beCommon) in GenerateObjectMaps()
/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.cpp1630 BECommon *beCommon = Globals::GetInstance()->GetBECommon(); in EmitStructure() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/x86_64/
Dx64_call_conv.h230 BECommon &beCommon; variable
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/be/
Dlower.h253 BECommon &beCommon; variable