Home
last modified time | relevance | path

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

12

/arkcompiler/ets_runtime/ecmascript/
Decma_handle_scope.cpp23 auto context = thread_->GetCurrentEcmaContext(); in EcmaHandleScope() local
36 auto context = thread_->GetCurrentEcmaContext(); in ~EcmaHandleScope() local
51 auto context = thread->GetCurrentEcmaContext(); in NewHandle() local
Decma_context.cpp56 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()
Djs_thread.cpp572 void JSThread::PushContext(EcmaContext *context) in PushContext()
637 bool JSThread::EraseContext(EcmaContext *context) in EraseContext()
Decma_context.h106 static EcmaContext *ConstCast(const EcmaContext *context) in ConstCast()
Decma_vm.cpp203 auto context = new EcmaContext(thread_); in Initialize() local
/arkcompiler/ets_runtime/ecmascript/tests/
Decma_context_test.cpp54 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/
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.cpp43 …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/ets_runtime/test/typeinfer/automatedcases/declarationEmitComputedNameCausesImportToBePainted/
Dindex.ts23 export const context: Context = { constant
/arkcompiler/ets_runtime/ecmascript/jspandafile/
Dprogram_object.cpp22 auto context = vm->GetJSThread()->GetCurrentEcmaContext(); in GetDeserializedConstantPool() local
Djs_pandafile_executor.cpp222 EcmaContext *context = thread->GetCurrentEcmaContext(); in Execute() local
/arkcompiler/ets_frontend/test/scripts/performance_test/
Dperformance_build.py284 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/
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.cpp134 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/
Demitter.cpp305 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/
Dlexenv.cpp116 auto context = pg->Context(); in ExpandStoreNormalVar() local
/arkcompiler/ets_runtime/ecmascript/dfx/cpu_profiler/
Dcpu_profiler.cpp376 … 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/
Des2panda.cpp53 panda::es2panda::compiler::CompilerContext context(nullptr, false, false, false, false, true, in CreateJsonContentProgram() local
/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/patch/
Dpatch_loader.cpp239 auto context = thread->GetCurrentEcmaContext(); in FindAndReplaceSameMethod() local
/arkcompiler/ets_frontend/es2panda/typescript/extractor/
DtypeRecorder.cpp32 TypeRecorder::TypeRecorder(ArenaAllocator *allocator, compiler::CompilerContext *context) in TypeRecorder()
DtypeExtractor.cpp64 ArenaAllocator *allocator, compiler::CompilerContext *context) in TypeExtractor()
/arkcompiler/ets_runtime/ecmascript/napi/
Djsnapi.cpp319 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/
Doptimized_call.cpp1048 Register context = rsi; in DeoptEnterAsmInterp() local
1129 Register context = rsi; in DeoptHandlerAsm() local

12