Home
last modified time | relevance | path

Searched defs:funcSym (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/mpl2mpl/src/
Dclass_hierarchy.cpp632 … MIRSymbol *funcSym = GlobalTables::GetGsymTable().GetSymbolFromStidx(methodPair.first.Idx()); in AddKlassRelationAndMethods() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/be/
Dlower.cpp127 MIRSymbol *funcSym = func->GetFuncSymbol(); in RegisterExternalLibraryFunctions() local
2019 MIRSymbol *funcSym = newFunc->GetFuncSymbol(); in SimplifyBlock() local
2457 MIRSymbol *funcSym = func->GetFuncSymbol(); in RegisterFunctionVoidStarToVoid() local
2498 MIRSymbol *funcSym = func->GetFuncSymbol(); in RegisterBuiltIns() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/
Dbin_mpl_import.cpp1251 MIRSymbol *funcSym = InSymbol(nullptr); in ImportCallInfo() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
Daarch64_cgfunc.cpp7418 MIRSymbol *funcSym = GlobalTables::GetGsymTable().CreateSymbol(kScopeGlobal); in GenRetCleanup() local
8935 void AArch64CGFunc::IntrinsifyStringIndexOf(ListOperand &srcOpnds, const MIRSymbol &funcSym) in IntrinsifyStringIndexOf()