/arkcompiler/ets_runtime/ecmascript/ |
D | ecma_handle_scope.cpp | 23 auto context = thread_->GetCurrentEcmaContext(); in EcmaHandleScope() local 36 auto context = thread_->GetCurrentEcmaContext(); in ~EcmaHandleScope() local 51 auto context = thread->GetCurrentEcmaContext(); in NewHandle() local
|
D | ecma_context.cpp | 56 auto context = new EcmaContext(thread); in Create() local 65 bool EcmaContext::Destroy(EcmaContext *context) in Destroy() 616 EcmaContext *context = EcmaContext::CreateAndInitialize(thread); in MountContext() local 622 EcmaContext *context = thread->GetCurrentEcmaContext(); in UnmountContext() local 629 EcmaContext *context = EcmaContext::Create(thread); in CreateAndInitialize() local 635 void EcmaContext::CheckAndDestroy(JSThread *thread, EcmaContext *context) in CheckAndDestroy()
|
D | js_thread.cpp | 572 void JSThread::PushContext(EcmaContext *context) in PushContext() 637 bool JSThread::EraseContext(EcmaContext *context) in EraseContext()
|
D | ecma_context.h | 106 static EcmaContext *ConstCast(const EcmaContext *context) in ConstCast()
|
D | ecma_vm.cpp | 203 auto context = new EcmaContext(thread_); in Initialize() local
|
/arkcompiler/ets_runtime/ecmascript/tests/ |
D | ecma_context_test.cpp | 54 auto context = EcmaContext::CreateAndInitialize(thread); in HWTEST_F_L0() local 70 auto context = EcmaContext::CreateAndInitialize(thread); in HWTEST_F_L0() local 81 auto context = EcmaContext::CreateAndInitialize(thread); in HWTEST_F_L0() local 92 auto context = EcmaContext::CreateAndInitialize(thread); in HWTEST_F_L0() local
|
/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 | 43 …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/ets_runtime/test/typeinfer/automatedcases/declarationEmitComputedNameCausesImportToBePainted/ |
D | index.ts | 23 export const context: Context = { constant
|
/arkcompiler/ets_runtime/ecmascript/jspandafile/ |
D | program_object.cpp | 22 auto context = vm->GetJSThread()->GetCurrentEcmaContext(); in GetDeserializedConstantPool() local
|
D | js_pandafile_executor.cpp | 222 EcmaContext *context = thread->GetCurrentEcmaContext(); in Execute() local
|
/arkcompiler/ets_frontend/test/scripts/performance_test/ |
D | performance_build.py | 284 def add_row(context): argument 288 def add_td(context): argument 292 def add_th(context): argument 296 def test_type_title(context): argument 300 def app_title(context): argument
|
/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 | 134 auto context = checker::SavedCheckerContext(checker, checker::CheckerStatus::FORCE_TUPLE); in Check() local 144 auto context = checker::SavedCheckerContext(checker, checker::CheckerStatus::FORCE_TUPLE); in Check() local
|
/arkcompiler/ets_frontend/es2panda/compiler/core/emitter/ |
D | emitter.cpp | 305 Emitter::Emitter(const CompilerContext *context) in Emitter() 367 void Emitter::GenJsonContentRecord(const CompilerContext *context) in GenJsonContentRecord() 381 void Emitter::AddFunction(FunctionEmitter *func, CompilerContext *context) in AddFunction() 399 void Emitter::AddSourceTextModuleRecord(ModuleRecordEmitter *module, CompilerContext *context) in AddSourceTextModuleRecord() 439 void Emitter::FillTypeInfoRecord(CompilerContext *context, bool typeFlag, int64_t typeSummaryIndex, in FillTypeInfoRecord()
|
/arkcompiler/ets_frontend/es2panda/compiler/base/ |
D | lexenv.cpp | 116 auto context = pg->Context(); in ExpandStoreNormalVar() local
|
/arkcompiler/ets_runtime/ecmascript/dfx/cpu_profiler/ |
D | cpu_profiler.cpp | 376 … CpuProfiler::GetStackSignalHandler(int signal, [[maybe_unused]] siginfo_t *siginfo, void *context) in GetStackSignalHandler() 496 uint64_t CpuProfiler::GetPcFromContext(void *context) in GetPcFromContext()
|
/arkcompiler/ets_frontend/es2panda/ |
D | es2panda.cpp | 53 panda::es2panda::compiler::CompilerContext context(nullptr, false, false, false, false, true, in CreateJsonContentProgram() local
|
/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/patch/ |
D | patch_loader.cpp | 239 auto context = thread->GetCurrentEcmaContext(); in FindAndReplaceSameMethod() local
|
/arkcompiler/ets_frontend/es2panda/typescript/extractor/ |
D | typeRecorder.cpp | 32 TypeRecorder::TypeRecorder(ArenaAllocator *allocator, compiler::CompilerContext *context) in TypeRecorder()
|
D | typeExtractor.cpp | 64 ArenaAllocator *allocator, compiler::CompilerContext *context) in TypeExtractor()
|
/arkcompiler/ets_runtime/ecmascript/napi/ |
D | jsnapi.cpp | 319 void JSNApi::SwitchCurrentContext(EcmaVM *vm, EcmaContext *context) in SwitchCurrentContext() 325 void JSNApi::DestroyJSContext(EcmaVM *vm, EcmaContext *context) in DestroyJSContext() 1015 auto context = reinterpret_cast<JSThread *>(thread_)->GetCurrentEcmaContext(); in LocalScope() local 1024 auto context = reinterpret_cast<JSThread *>(thread_)->GetCurrentEcmaContext(); in LocalScope() local 1034 auto context = reinterpret_cast<JSThread *>(thread_)->GetCurrentEcmaContext(); in ~LocalScope() local
|
/arkcompiler/ets_runtime/ecmascript/compiler/trampoline/x64/ |
D | optimized_call.cpp | 1048 Register context = rsi; in DeoptEnterAsmInterp() local 1129 Register context = rsi; in DeoptHandlerAsm() local
|