Home
last modified time | relevance | path

Searched defs:st (Results 1 – 25 of 47) sorted by relevance

12

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/
Dmir_symbol_builder.cpp34 MIRSymbol *st = in CreateSymbol() local
52 MIRSymbol *st = func.GetSymTab()->CreateSymbol(kScopeLocal); in CreatePregFormalSymbol() local
Dmir_nodes.cpp286 const MIRSymbol *st = theMIRModule->CurFunction()->GetLocalOrGlobalSymbol(GetStIdx()); in Dump() local
298 const MIRSymbol *st = theMIRModule->CurFunction()->GetLocalOrGlobalSymbol(stIdx); in Dump() local
346 const MIRSymbol *st = theMIRModule->CurFunction()->GetLocalOrGlobalSymbol(stIdx); in Dump() local
526 const MIRSymbol *st = mirFunc->GetLocalOrGlobalSymbol(stIdx); in DumpCallReturns() local
552 const MIRSymbol *st = mirFunc->GetLocalOrGlobalSymbol(stIdx); in DumpCallReturns() local
Dglobal_tables.cpp305 auto *st = new MIRSymbol(symbolTable.size(), scopeID); in CreateSymbol() local
312 bool GSymbolTable::AddToStringSymbolMap(const MIRSymbol &st) in AddToStringSymbolMap()
/arkcompiler/ets_frontend/ets2panda/parser/
DETSparserNamespaces.cpp103 auto st = ParseTopLevelStatement(); in ParseNamespaceImp() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
Disel.h115 MIRSymbol *st = func.GetSymTab()->CreateSymbol(kScopeLocal); in SelectLiteral() local
/arkcompiler/runtime_core/static_core/verification/jobs/
Djob.cpp43 ScopedChangeThreadStatus st(ManagedThread::GetCurrent(), ThreadStatus::RUNNING); in UpdateTypes() local
/arkcompiler/runtime_core/static_core/verification/type/
Dtype_system.cpp54 ScopedChangeThreadStatus st(ManagedThread::GetCurrent(), ThreadStatus::RUNNING); local
114 ScopedChangeThreadStatus st(ManagedThread::GetCurrent(), ThreadStatus::RUNNING); in GetMethodSignature() local
/arkcompiler/runtime_core/compiler/tests/
Dreg_alloc_graph_coloring_new_test.cpp434 RegAllocStat st(intervals); in __anonba565b680c02() local
472 RegAllocStat st(intervals); in __anonba565b680d02() local
506 RegAllocStat st(intervals); in __anonba565b680e02() local
/arkcompiler/runtime_core/compiler/optimizer/optimizations/regalloc/
Dreg_alloc_base.cpp71 RegAllocStat st(GetGraph()->GetAnalysis<LivenessAnalyzer>().GetLifeIntervals()); in RunImpl() local
/arkcompiler/runtime_core/static_core/platforms/windows/libpandabase/
Dfile.h85 struct _stat64 st {}; in GetFileSize() struct
/arkcompiler/runtime_core/platforms/windows/libpandabase/
Dfile.h89 struct _stat64 st { in GetFileSize() struct
/arkcompiler/runtime_core/static_core/platforms/unix/libpandabase/
Dfile.h94 struct stat st {}; in GetFileSize() struct
/arkcompiler/runtime_core/platforms/unix/libpandabase/
Dfile.h97 struct stat st { in GetFileSize() struct
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/regalloc/
Dreg_alloc_base.cpp85 RegAllocStat st(GetGraph()->GetAnalysis<LivenessAnalyzer>().GetLifeIntervals()); in RunImpl() local
/arkcompiler/runtime_core/static_core/libpandabase/mem/
Dalloc_tracker.cpp53 static size_t CalcHash(const std::vector<uintptr_t> &st) in CalcHash()
/arkcompiler/runtime_core/static_core/verification/absint/
Dabsint.cpp218 ScopedChangeThreadStatus st {ManagedThread::GetCurrent(), ThreadStatus::RUNNING}; in VerifyExcHandler() local
/arkcompiler/runtime_core/libpandabase/mem/
Dalloc_tracker.cpp53 static size_t CalcHash(const std::vector<uintptr_t> &st) in CalcHash()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
Dobj_emit.cpp205 const MIRSymbol *st = nullptr; in EmitFunctionSymbolTable() local
/arkcompiler/ets_runtime/ecmascript/platform/unix/
Dfile.cpp145 struct stat st; in CreateFileMap() local
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/call/
Dcall_ets.cpp39 CallETSHandler st(coro, ctx, method, jsargv, thisObj); in HandleImpl() local
/arkcompiler/ets_frontend/ets2panda/checker/
DETSAnalyzerHelpers.cpp623 ir::ReturnStatement *st) in CheckArgumentVoidType()
748 ir::ReturnStatement *st, ir::Expression *stArgument) in ProcessReturnStatements()
/arkcompiler/ets_frontend/ets2panda/checker/ets/
DetsWarningAnalyzer.cpp183 auto st = node->AsTSTypeAliasDeclaration(); in ETSWarningAnnotationUnusedGenericAliasWarn() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/
Dmir_symbol.h624 auto *st = mAllocator.GetMemPool()->New<MIRSymbol>(symbolTable.size(), scopeID); in CreateSymbol() local
645 bool AddToStringSymbolMap(const MIRSymbol &st) in AddToStringSymbolMap()
/arkcompiler/runtime_core/libpandabase/tests/
Darena_allocator_test.cpp381 ArenaDeque<uint32_t> st(aa.Adapter()); variable
/arkcompiler/ets_frontend/ets2panda/compiler/core/
DJSCompiler.cpp1580 static void CompileTryCatch(compiler::PandaGen *pg, const ir::TryStatement *st) in CompileTryCatch()
1600 const ir::TryStatement *st) in CompileFinally()
1624 static void CompileTryCatchFinally(compiler::PandaGen *pg, const ir::TryStatement *st) in CompileTryCatchFinally()
1652 static void CompileTryFinally(compiler::PandaGen *pg, const ir::TryStatement *st) in CompileTryFinally()

12