Home
last modified time | relevance | path

Searched defs:st (Results 1 - 22 of 22) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/
H A Dmir_symbol_builder.cpp34 MIRSymbol *st = in CreateSymbol() local
52 MIRSymbol *st in CreatePregFormalSymbol() local
[all...]
H A Dmir_nodes.cpp293 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 Dmir_builder.cpp116 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 Disel.h97 MIRSymbol *st = func.GetSymTab()->CreateSymbol(kScopeLocal); in SelectLiteral() local
/arkcompiler/runtime_core/platforms/windows/libpandabase/
H A Dfile.h89 struct _stat64 st { in GetFileSize() struct
/arkcompiler/runtime_core/static_core/platforms/windows/libpandabase/
H A Dfile.h85 struct _stat64 st {}; in GetFileSize() struct
/arkcompiler/runtime_core/libpandabase/mem/
H A Dalloc_tracker.cpp53 static size_t CalcHash(const std::vector<uintptr_t> &st) in CalcHash() argument
/arkcompiler/runtime_core/platforms/unix/libpandabase/
H A Dfile.h97 struct stat st { in GetFileSize() struct
/arkcompiler/runtime_core/static_core/libpandabase/mem/
H A Dalloc_tracker.cpp53 static size_t CalcHash(const std::vector<uintptr_t> &st) in CalcHash() argument
/arkcompiler/runtime_core/static_core/platforms/unix/libpandabase/
H A Dfile.h94 struct stat st {}; in GetFileSize() struct
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
H A Dobj_emit.cpp207 const MIRSymbol *st = nullptr; in EmitFunctionSymbolTable() local
[all...]
H A Demit.cpp458 const MIRSymbol *st = nullptr; in EmitAsmLabel() local
2606 MIRSymbol *st = nullptr; EmitAsmLabel() local
[all...]
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dverifier.cpp442 std::stack<DFSStack> st; in RunFlowCyclesFind() local
[all...]
/arkcompiler/ets_frontend/ets2panda/checker/
H A DETSAnalyzerHelpers.cpp551 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 DETSAnalyzer.cpp2079 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 DJSCompiler.cpp1561 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 DETSCompiler.cpp251 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 Dx64_emitter.cpp1515 MIRSymbol *st = it.second; in EmitJmpTable() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/be/
H A Dlower.cpp847 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 Dmir_symbol.h624 auto *st = mAllocator.GetMemPool()->New<MIRSymbol>(symbolTable.size(), scopeID); in CreateSymbol() local
645 bool AddToStringSymbolMap(const MIRSymbol &st) in AddToStringSymbolMap() argument
H A Dmir_function.h207 void AddArgument(MIRSymbol *st) in AddArgument() argument
/arkcompiler/ets_frontend/ets2panda/checker/ets/
H A Dhelpers.cpp512 ResolveReturnStatement(checker::Type *funcReturnType, checker::Type *argumentType, ir::ScriptFunction *containingFunc, ir::ReturnStatement *st) ResolveReturnStatement() argument

Completed in 27 milliseconds