Home
last modified time | relevance | path

Searched defs:mirSymbol (Results 1 - 7 of 7) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
H A Dcfi.h195 SymbolOperand(maple::MIRSymbol &mirSymbol, uint8 size) : OperandVisitable(kOpdStImmediate, size), symbol(&mirSymbol) in SymbolOperand() argument
H A Dcgfunc.h739 void SetLocalSymLabelIndex(const MIRSymbol &mirSymbol, LabelIdx labelIndex) in SetLocalSymLabelIndex() argument
H A Doperand.h776 OfstOperand(const MIRSymbol &mirSymbol, uint32 size, int32 relocs) in OfstOperand() argument
792 OfstOperand(const MIRSymbol &mirSymbol, int64 val, uint32 size, int32 relocs, VaryType isVar = kNotVary) in OfstOperand() argument
979 MemOperand(uint32 size, const MIRSymbol &mirSymbol) : OperandVisitable(Operand::kOpdMem, size), symbol(&mirSymbol) in MemOperand() argument
993 MemOperand(uint32 size, RegOperand *baseOp, RegOperand *indexOp, ImmOperand *ofstOp, const MIRSymbol *mirSymbol, in MemOperand() argument
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/
H A Dmir_function.cpp49 MIRSymbol *mirSymbol = GlobalTables::GetGsymTable().GetSymbolFromStidx(symbolTableIdx.Idx()); in GetName() local
57 MIRSymbol *mirSymbol = GlobalTables::GetGsymTable().GetSymbolFromStidx(symbolTableIdx.Idx()); in GetNameStrIdx() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/aarch64/
H A Daarch64_cgfunc.h229 OfstOperand &CreateOfstOpnd(const MIRSymbol &mirSymbol, int32 relocs) const in CreateOfstOpnd() argument
234 OfstOperand &CreateOfstOpnd(const MIRSymbol &mirSymbol, int64 offset, int32 relocs) const in CreateOfstOpnd() argument
239 StImmOperand &CreateStImmOperand(const MIRSymbol &mirSymbol, int64 offset, int32 relocs) const in CreateStImmOperand() argument
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/x86_64/
H A Dx64_emitter.cpp25 uint8 X64Emitter::GetSymbolAlign(const MIRSymbol &mirSymbol, bool isComm) in GetSymbolAlign() argument
1772 MIRSymbol *mirSymbol = GlobalTables::GetGsymTable().GetSymbolFromStidx(i); in EmitGlobalVariable() local
[all...]
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
H A Demit.cpp302 void Emitter::EmitAsmLabel(const MIRSymbol &mirSymbol, AsmLabel label) in EmitAsmLabel() argument
759 EmitAddrofFuncConst(const MIRSymbol &mirSymbol, MIRConst &elemConst, size_t idx) EmitAsmLabel() argument
893 EmitAddrofSymbolConst(const MIRSymbol &mirSymbol, MIRConst &elemConst, size_t idx) EmitAsmLabel() argument
1160 GetAddroffuncConst(const MIRSymbol &mirSymbol, MIRAggConst &aggConst) EmitAsmLabel() argument
1245 EmitIntConst(const MIRSymbol &mirSymbol, MIRAggConst &aggConst, uint32 itabConflictIndex, const std::map<GStrIdx, MIRType *> &strIdx2Type, size_t idx) EmitAsmLabel() argument
1534 EmitConstantTable(const MIRSymbol &mirSymbol, MIRConst &mirConst, const std::map<GStrIdx, MIRType *> &strIdx2Type) EmitAsmLabel() argument
2120 MIRSymbol *mirSymbol = GlobalTables::GetGsymTable().GetSymbolFromStidx(i); EmitAsmLabel() local
2410 MIRSymbol *mirSymbol = classInfoVec[i]; EmitAsmLabel() local
2548 EmitGlobalRootList(const MIRSymbol &mirSymbol) EmitAsmLabel() argument
2657 EmitClassInfoSequential(const MIRSymbol &mirSymbol, const std::map<GStrIdx, MIRType *> &strIdx2Type, const std::string &sectionName) EmitAsmLabel() argument
2683 EmitMethodDeclaringClass(const MIRSymbol &mirSymbol, const std::string &sectionName) EmitAsmLabel() argument
2707 EmitMethodFieldSequential(const MIRSymbol &mirSymbol, const std::map<GStrIdx, MIRType *> &strIdx2Type, const std::string &sectionName) EmitAsmLabel() argument
[all...]

Completed in 13 milliseconds