| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/ |
| H A D | mir_symbol_builder.cpp | 34 MIRSymbol *st = in CreateSymbol() local 52 MIRSymbol *st in CreatePregFormalSymbol() local [all...] |
| H A D | mir_nodes.cpp | 293 const MIRSymbol *st = theMIRModule->CurFunction()->GetLocalOrGlobalSymbol(GetStIdx()); in Dump() local 305 const MIRSymbol *st = theMIRModule->CurFunction()->GetLocalOrGlobalSymbol(stIdx); in Dump() local 353 const MIRSymbol *st = theMIRModule->CurFunction()->GetLocalOrGlobalSymbol(stIdx); in Dump() local 533 const MIRSymbol *st = mirFunc->GetLocalOrGlobalSymbol(stIdx); DumpCallReturns() local 559 const MIRSymbol *st = mirFunc->GetLocalOrGlobalSymbol(stIdx); DumpCallReturns() local [all...] |
| H A D | mir_builder.cpp | 116 MIRSymbol *st = symbolTable.CreateSymbol(kScopeLocal); in GetOrCreateLocalDecl() local 129 MIRSymbol *st = GetOrCreateLocalDecl(str, type.GetTypeIndex(), *symbolTable, isCreated); in GetOrCreateDeclInFunc() local [all...] |
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/ |
| H A D | isel.h | 97 MIRSymbol *st = func.GetSymTab()->CreateSymbol(kScopeLocal); in SelectLiteral() local
|
| /arkcompiler/runtime_core/platforms/windows/libpandabase/ |
| H A D | file.h | 89 struct _stat64 st { in GetFileSize() struct
|
| /arkcompiler/runtime_core/static_core/platforms/windows/libpandabase/ |
| H A D | file.h | 85 struct _stat64 st {}; in GetFileSize() struct
|
| /arkcompiler/runtime_core/libpandabase/mem/ |
| H A D | alloc_tracker.cpp | 53 static size_t CalcHash(const std::vector<uintptr_t> &st) in CalcHash() argument
|
| /arkcompiler/runtime_core/platforms/unix/libpandabase/ |
| H A D | file.h | 97 struct stat st { in GetFileSize() struct
|
| /arkcompiler/runtime_core/static_core/libpandabase/mem/ |
| H A D | alloc_tracker.cpp | 53 static size_t CalcHash(const std::vector<uintptr_t> &st) in CalcHash() argument
|
| /arkcompiler/runtime_core/static_core/platforms/unix/libpandabase/ |
| H A D | file.h | 94 struct stat st {}; in GetFileSize() struct
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/ |
| H A D | obj_emit.cpp | 207 const MIRSymbol *st = nullptr; in EmitFunctionSymbolTable() local [all...] |
| H A D | emit.cpp | 458 const MIRSymbol *st = nullptr; in EmitAsmLabel() local 2606 MIRSymbol *st = nullptr; EmitAsmLabel() local [all...] |
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| H A D | verifier.cpp | 442 std::stack<DFSStack> st; in RunFlowCyclesFind() local [all...] |
| /arkcompiler/ets_frontend/ets2panda/checker/ |
| H A D | ETSAnalyzerHelpers.cpp | 551 CheckArgumentVoidType(checker::Type *&funcReturnType, ETSChecker *checker, const std::string &name, ir::ReturnStatement *st) CheckArgumentVoidType() argument 650 ProcessReturnStatements(ETSChecker *checker, ir::ScriptFunction *containingFunc, checker::Type *&funcReturnType, ir::ReturnStatement *st, ir::Expression *stArgument) ProcessReturnStatements() argument
|
| H A D | ETSAnalyzer.cpp | 2079 ValidateAndProcessIteratorType(ETSChecker *checker, Type *elemType, ir::ForOfStatement *const st) ValidateAndProcessIteratorType() argument 2248 CheckInferredFunctionReturnType(ir::ReturnStatement *st, ir::ScriptFunction *containingFunc, checker::Type *&funcReturnType, ir::TypeNode *returnTypeAnnotation, ETSChecker *checker) const CheckInferredFunctionReturnType() argument 2292 GetFunctionReturnType(ir::ReturnStatement *st, ir::ScriptFunction *containingFunc) const GetFunctionReturnType() argument [all...] |
| /arkcompiler/ets_frontend/ets2panda/compiler/core/ |
| H A D | JSCompiler.cpp | 1561 CompileTryCatch(compiler::PandaGen *pg, const ir::TryStatement *st) CompileTryCatch() argument 1580 CompileFinally(compiler::PandaGen *pg, compiler::TryContext *tryCtx, const compiler::TryLabelSet &labelSet, const ir::TryStatement *st) CompileFinally() argument 1605 CompileTryCatchFinally(compiler::PandaGen *pg, const ir::TryStatement *st) CompileTryCatchFinally() argument 1633 CompileTryFinally(compiler::PandaGen *pg, const ir::TryStatement *st) CompileTryFinally() argument [all...] |
| H A D | ETSCompiler.cpp | 251 HandleUnionTypeInForOf(compiler::ETSGen *etsg, checker::Type const *const exprType, const ir::ForOfStatement *st, VReg objReg, VReg *countReg) HandleUnionTypeInForOf() argument 299 GetSizeInForOf(compiler::ETSGen *etsg, checker::Type const *const exprType, const ir::ForOfStatement *st, VReg objReg) GetSizeInForOf() argument 1296 ThrowError(compiler::ETSGen *const etsg, const ir::AssertStatement *st) ThrowError() argument [all...] |
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/x86_64/ |
| H A D | x64_emitter.cpp | 1515 MIRSymbol *st = it.second; in EmitJmpTable() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/be/ |
| H A D | lower.cpp | 847 StmtNode *CGLowerer::LowerDefaultIntrinsicCall(IntrinsiccallNode &intrincall, MIRSymbol &st, MIRFunction &fn) in LowerDefaultIntrinsicCall() argument 877 MIRSymbol *st = GlobalTables::GetGsymTable().CreateSymbol(kScopeGlobal); in LowerIntrinsiccall() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/ |
| H A D | mir_symbol.h | 624 auto *st = mAllocator.GetMemPool()->New<MIRSymbol>(symbolTable.size(), scopeID); in CreateSymbol() local 645 bool AddToStringSymbolMap(const MIRSymbol &st) in AddToStringSymbolMap() argument
|
| H A D | mir_function.h | 207 void AddArgument(MIRSymbol *st) in AddArgument() argument
|
| /arkcompiler/ets_frontend/ets2panda/checker/ets/ |
| H A D | helpers.cpp | 512 ResolveReturnStatement(checker::Type *funcReturnType, checker::Type *argumentType, ir::ScriptFunction *containingFunc, ir::ReturnStatement *st) ResolveReturnStatement() argument
|