Home
last modified time | relevance | path

Searched defs:context (Results 1 – 25 of 35) sorted by relevance

12

/arkcompiler/ets_frontend/es2panda/compiler/core/
DcompileQueue.h38 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()
DcompilerImpl.cpp42 …CompilerContext context(program->Binder(), options.isDebug, options.isDebuggerEvaluateExpressionMo… in Compile() local
Dpandagen.h79 …explicit PandaGen(ArenaAllocator *allocator, CompilerContext *context, binder::FunctionScope *scop… in PandaGen()
/arkcompiler/runtime_core/compiler/aot/
Daot_manager.cpp81 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
Daot_manager.h52 void SetBootClassContext(PandaString context) in SetBootClassContext()
62 void SetAppClassContext(PandaString context) in SetAppClassContext()
/arkcompiler/ets_frontend/es2panda/ir/ts/
DtsAsExpression.cpp85 … 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/
DvariableDeclarator.cpp127 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/
Dclass_linker.cpp48 …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()
721ClassLinkerContext *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 …]
Dclass_linker_extension.cpp153 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
Ddeoptimization.cpp161 auto context = thread->GetVM()->GetLanguageContext(); in InvalidateCompiledEntryPoint() local
Dstack_walker.cpp602 auto context = ManagedThread::GetCurrent()->GetVM()->GetLanguageContext(); in ConvertToIFrame() local
/arkcompiler/runtime_core/runtime/include/
Dclass_linker_extension.h185 auto *context = fn(); in RegisterContext() local
210 ClassLinkerContext *ResolveContext(ClassLinkerContext *context) in ResolveContext()
Dclass_linker.h368 ClassLinkerContext *context; member
Dlanguage_context.h277 explicit LanguageContext(const LanguageContextBase *context) : base_(context) {} in LanguageContext()
Dclass.h569 void SetLoadContext(ClassLinkerContext *context) in SetLoadContext()
/arkcompiler/ets_frontend/es2panda/compiler/core/emitter/
Demitter.cpp285 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/
Dtest_runner.h178 void ExecutionContextCreated(ExecutionContextWrapper context) override in ExecutionContextCreated()
185 void ExecutionContextDestroyed(ExecutionContextWrapper context) override in ExecutionContextDestroyed()
/arkcompiler/runtime_core/runtime/tooling/inspector/
Dinspector.cpp65 params.AddProperty("context", [](JsonObjectBuilder &context) { in EnableRuntime()
/arkcompiler/ets_frontend/es2panda/compiler/base/
Dlexenv.cpp116 auto context = pg->Context(); in ExpandStoreNormalVar() local
/arkcompiler/runtime_core/verification/config/parse/
Dconfig_parse.cpp102 Context context; in ParseConfig() local
/arkcompiler/ets_frontend/es2panda/
Des2panda.cpp53 panda::es2panda::compiler::CompilerContext context(nullptr, false, false, false, false, true, in CreateJsonContentProgram() local
/arkcompiler/runtime_core/runtime/tooling/
Dpt_hooks_wrapper.h301 void ExecutionContextCreated(ExecutionContextWrapper context) override in ExecutionContextCreated()
313 void ExecutionContextDestroyed(ExecutionContextWrapper context) override in ExecutionContextDestroyed()
/arkcompiler/ets_frontend/es2panda/typescript/core/
Dfunction.cpp234 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/
Dcpu_profiler.cpp493 … 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/
DtypeRecorder.cpp32 TypeRecorder::TypeRecorder(ArenaAllocator *allocator, compiler::CompilerContext *context) in TypeRecorder()

12