| /arkcompiler/ets_frontend/es2panda/compiler/core/ |
| D | compileQueue.h | 38 explicit CompileFunctionJob(CompilerContext *context) : context_(context) {}; in CompileFunctionJob() 62 explicit CompileModuleRecordJob(CompilerContext *context) : context_(context) {}; in CompileModuleRecordJob() 96 explicit CompileFuncQueue(size_t threadCount, CompilerContext *context) in CompileFuncQueue()
|
| D | compilerImpl.cpp | 42 …CompilerContext context(program->Binder(), options.isDebug, options.isDebuggerEvaluateExpressionMo… in Compile() local
|
| D | pandagen.h | 79 …explicit PandaGen(ArenaAllocator *allocator, CompilerContext *context, binder::FunctionScope *scop… in PandaGen()
|
| /arkcompiler/runtime_core/compiler/aot/ |
| D | aot_manager.cpp | 81 static void FancyClassContextPrint(std::string_view context) in FancyClassContextPrint() 94 static bool CheckFilesInClassContext(std::string_view context, std::string_view aot_context) in CheckFilesInClassContext() 121 auto context = aot_file->IsBootPandaFile() ? boot_class_context_ : complete_context; in VerifyClassHierarchy() local
|
| D | aot_manager.h | 52 void SetBootClassContext(PandaString context) in SetBootClassContext() 62 void SetAppClassContext(PandaString context) in SetAppClassContext()
|
| /arkcompiler/ets_frontend/es2panda/ir/ts/ |
| D | tsAsExpression.cpp | 85 … auto context = checker::SavedCheckerContext(checker, checker::CheckerStatus::IN_CONST_CONTEXT); in Check() local 98 auto context = checker::SavedCheckerContext(checker, checker::CheckerStatus::NO_OPTS); in Check() local
|
| /arkcompiler/ets_frontend/es2panda/ir/statements/ |
| D | variableDeclarator.cpp | 127 auto context = checker::SavedCheckerContext(checker, checker::CheckerStatus::FORCE_TUPLE); in Check() local 137 auto context = checker::SavedCheckerContext(checker, checker::CheckerStatus::FORCE_TUPLE); in Check() local
|
| /arkcompiler/runtime_core/runtime/ |
| D | class_linker.cpp | 48 …lassLinker::AddPandaFile(std::unique_ptr<const panda_file::File> &&pf, ClassLinkerContext *context) in AddPandaFile() 197 Class *ClassLinker::FindLoadedClass(const uint8_t *descriptor, ClassLinkerContext *context) in FindLoadedClass() 288 … Span<Class *> interfaces, ClassLinkerContext *context) in GetClassInfo() 721 … ClassLinkerContext *context, ClassLinkerErrorHandler *error_handler) in LoadBaseClass() 744 ClassLinkerContext *context, in LoadInterfaces() 808 … Class *base_class, Span<Class *> interfaces, ClassLinkerContext *context, in LoadClass() 871 ClassLinkerContext *context = GetExtension(lang)->GetBootContext(); in LoadClass() local 876 const uint8_t *descriptor, ClassLinkerContext *context, in LoadClass() 976 ClassLinkerContext *context, bool is_interface) in BuildClass() 1072 …::LoadArrayClass(const uint8_t *descriptor, bool need_copy_descriptor, ClassLinkerContext *context, in LoadArrayClass() [all …]
|
| D | class_linker_extension.cpp | 153 Class *ClassLinkerExtension::FindLoadedClass(const uint8_t *descriptor, ClassLinkerContext *context… in FindLoadedClass() 159 ClassLinkerContext *context /* = nullptr */, in GetClass() 194 ClassLinkerContext *context /* = nullptr */, in GetClass() 214 auto *context = klass->GetLoadContext(); in AddClass() local
|
| D | deoptimization.cpp | 161 auto context = thread->GetVM()->GetLanguageContext(); in InvalidateCompiledEntryPoint() local
|
| D | stack_walker.cpp | 602 auto context = ManagedThread::GetCurrent()->GetVM()->GetLanguageContext(); in ConvertToIFrame() local
|
| /arkcompiler/runtime_core/runtime/include/ |
| D | class_linker_extension.h | 185 auto *context = fn(); in RegisterContext() local 210 ClassLinkerContext *ResolveContext(ClassLinkerContext *context) in ResolveContext()
|
| D | class_linker.h | 368 ClassLinkerContext *context; member
|
| D | language_context.h | 277 explicit LanguageContext(const LanguageContextBase *context) : base_(context) {} in LanguageContext()
|
| D | class.h | 569 void SetLoadContext(ClassLinkerContext *context) in SetLoadContext()
|
| /arkcompiler/ets_frontend/es2panda/compiler/core/emitter/ |
| D | emitter.cpp | 285 Emitter::Emitter(const CompilerContext *context) in Emitter() 343 void Emitter::GenJsonContentRecord(const CompilerContext *context) in GenJsonContentRecord() 357 void Emitter::AddFunction(FunctionEmitter *func, CompilerContext *context) in AddFunction() 375 void Emitter::AddSourceTextModuleRecord(ModuleRecordEmitter *module, CompilerContext *context) in AddSourceTextModuleRecord()
|
| /arkcompiler/runtime_core/runtime/tests/tooling/ |
| D | test_runner.h | 178 void ExecutionContextCreated(ExecutionContextWrapper context) override in ExecutionContextCreated() 185 void ExecutionContextDestroyed(ExecutionContextWrapper context) override in ExecutionContextDestroyed()
|
| /arkcompiler/runtime_core/runtime/tooling/inspector/ |
| D | inspector.cpp | 65 params.AddProperty("context", [](JsonObjectBuilder &context) { in EnableRuntime()
|
| /arkcompiler/ets_frontend/es2panda/compiler/base/ |
| D | lexenv.cpp | 116 auto context = pg->Context(); in ExpandStoreNormalVar() local
|
| /arkcompiler/runtime_core/verification/config/parse/ |
| D | config_parse.cpp | 102 Context context; in ParseConfig() local
|
| /arkcompiler/ets_frontend/es2panda/ |
| D | es2panda.cpp | 53 panda::es2panda::compiler::CompilerContext context(nullptr, false, false, false, false, true, in CreateJsonContentProgram() local
|
| /arkcompiler/runtime_core/runtime/tooling/ |
| D | pt_hooks_wrapper.h | 301 void ExecutionContextCreated(ExecutionContextWrapper context) override in ExecutionContextCreated() 313 void ExecutionContextDestroyed(ExecutionContextWrapper context) override in ExecutionContextDestroyed()
|
| /arkcompiler/ets_frontend/es2panda/typescript/core/ |
| D | function.cpp | 234 auto context = in CheckFunctionAssignmentPatternParameter() local 241 …auto context = ObjectDestructuringContext(this, objectPattern, false, true, objectPattern->TypeAnn… in CheckFunctionAssignmentPatternParameter() local
|
| /arkcompiler/ets_runtime/ecmascript/dfx/cpu_profiler/ |
| D | cpu_profiler.cpp | 493 … CpuProfiler::GetStackSignalHandler(int signal, [[maybe_unused]] siginfo_t *siginfo, void *context) in GetStackSignalHandler() 638 uint64_t CpuProfiler::GetPcFromContext(void *context) in GetPcFromContext()
|
| /arkcompiler/ets_frontend/es2panda/typescript/extractor/ |
| D | typeRecorder.cpp | 32 TypeRecorder::TypeRecorder(ArenaAllocator *allocator, compiler::CompilerContext *context) in TypeRecorder()
|