| /arkcompiler/ets_runtime/ecmascript/ |
| D | ecma_handle_scope.cpp | 23 auto context = thread_->GetCurrentEcmaContext(); in EcmaHandleScope() local 28 void EcmaHandleScope::OpenHandleScope(EcmaContext *context) in OpenHandleScope() 40 void EcmaHandleScope::OpenPrimitiveScope(EcmaContext *context) in OpenPrimitiveScope() 54 auto context = thread_->GetCurrentEcmaContext(); in ~EcmaHandleScope() local 59 void EcmaHandleScope::CloseHandleScope(EcmaContext *context) in CloseHandleScope() 73 void EcmaHandleScope::ClosePrimitiveScope(EcmaContext *context) in ClosePrimitiveScope() 98 auto context = thread->GetCurrentEcmaContext(); in NewHandle() local 136 auto context = thread->GetCurrentEcmaContext(); in NewPrimitiveHandle() local
|
| D | global_index_map.h | 39 static inline JSHandle<PointerToIndexDictionary> GetGlobalIndexMap(EcmaContext *context) in GetGlobalIndexMap()
|
| /arkcompiler/ets_runtime/ecmascript/pgo_profiler/types/ |
| D | pgo_profile_type.cpp | 22 ProfileTypeRef::ProfileTypeRef(PGOContext &context, const ProfileType &type) in ProfileTypeRef() 29 ProfileTypeRef &ProfileTypeRef::Remap([[maybe_unused]] const PGOContext &context) in Remap() 35 ProfileType::ProfileType(PGOContext &context, ProfileTypeRef typeRef, bool *isValid) in ProfileType() 57 ProfileType &ProfileType::Remap([[maybe_unused]]const PGOContext &context) in Remap()
|
| /arkcompiler/runtime_core/static_core/runtime/ |
| D | signal_handler.cpp | 46 [[maybe_unused]] const void *context) in DumpStackTrace() 70 static bool CallSignalActionHandler(int sig, siginfo_t *info, void *context) in CallSignalActionHandler() 75 bool SignalManager::SignalActionHandler(int sig, siginfo_t *info, void *context) in SignalActionHandler() 96 …Manager::InOatCode([[maybe_unused]] const siginfo_t *siginfo, [[maybe_unused]] const void *context, in InOatCode() 170 [[maybe_unused]] const void *context, in GetMethodAndReturnPcAndSp() 269 bool DetectSEGVFromCompiledCode(int sig, siginfo_t *siginfo, void *context) in DetectSEGVFromCompiledCode() 281 bool DetectSEGVFromHandler(int sig, siginfo_t *siginfo, void *context) in DetectSEGVFromHandler() 296 bool DetectSEGVFromMemory(int sig, siginfo_t *siginfo, void *context) in DetectSEGVFromMemory() 309 bool DetectSEGVFromCode(int sig, siginfo_t *siginfo, void *context) in DetectSEGVFromCode() 340 bool DetectSEGVFromNullCheck(int sig, siginfo_t *siginfo, void *context) in DetectSEGVFromNullCheck() [all …]
|
| /arkcompiler/ets_frontend/ets2panda/util/ |
| D | plugin.h | 50 void AfterParse(es2panda_Context *context) const in AfterParse() 57 void AfterCheck(es2panda_Context *context) const in AfterCheck() 64 void AfterLowerings(es2panda_Context *context) const in AfterLowerings()
|
| /arkcompiler/ets_runtime/ecmascript/tests/ |
| D | ecma_context_test.cpp | 30 auto context = EcmaContext::CreateAndInitialize(thread); in HWTEST_F_L0() local 48 auto context = EcmaContext::CreateAndInitialize(thread); in HWTEST_F_L0() local 60 auto context = EcmaContext::CreateAndInitialize(thread); in HWTEST_F_L0() local 72 auto context = EcmaContext::CreateAndInitialize(thread); in HWTEST_F_L0() local
|
| /arkcompiler/ets_frontend/ets2panda/compiler/core/ |
| D | compilerImpl.cpp | 49 void CompilerImpl::HandleContextLiterals(public_lib::Context *context) in HandleContextLiterals() 61 ark::pandasm::Program *CompilerImpl::Emit(public_lib::Context *context) in Emit() 105 ASTVerificationRunner(ArenaAllocator &allocator, const public_lib::Context &context) in ASTVerificationRunner() 178 compiler::ProgramElement *programElement) -> void { in MakeCompileJob() 190 static bool RunVerifierAndPhases(CompilerImpl *compilerImpl, public_lib::Context &context, in RunVerifierAndPhases() 228 static bool RunPhases(CompilerImpl *compilerImpl, public_lib::Context &context, const std::vector<P… in RunPhases() 260 public_lib::Context context; in CreateCompiler() local
|
| D | JSemitter.h | 45 explicit JSEmitter(const public_lib::Context *context) : Emitter(context) {} in JSEmitter()
|
| D | compileJob.h | 54 void SetContext(public_lib::Context *context, varbinder::FunctionScope *scope) in SetContext()
|
| /arkcompiler/ets_runtime/ecmascript/pgo_profiler/ap_file/ |
| D | pgo_profile_type_pool.h | 65 … uint32_t ProcessToBinary([[maybe_unused]] PGOContext &context, std::fstream &stream) override in ProcessToBinary() 72 uint32_t ParseFromBinary([[maybe_unused]] PGOContext &context, void **buffer, in ParseFromBinary() 85 void Remap(PGOContext &context) in Remap() 163 void Remap(PGOContext &context) in Remap()
|
| D | pgo_record_pool.h | 58 … uint32_t ProcessToBinary([[maybe_unused]] PGOContext &context, std::fstream &stream) override in ProcessToBinary() 64 uint32_t ParseFromBinary([[maybe_unused]] PGOContext &context, void **buffer, in ParseFromBinary() 141 uint32_t ProcessToBinary(PGOContext &context, std::fstream &stream) override in ProcessToBinary() 162 uint32_t ParseFromBinary(PGOContext &context, void **buffer, in ParseFromBinary() 266 void Merge(const PGOContext &context, PGOAbcFilePool &pool) in Merge()
|
| D | pgo_proto_transition_type_pool.h | 49 uint32_t ProcessToBinary(PGOContext &context, std::fstream &stream) override in ProcessToBinary() 70 uint32_t ParseFromBinary(PGOContext &context, void **buffer, in ParseFromBinary()
|
| /arkcompiler/ets_frontend/es2panda/compiler/core/emitter/ |
| D | emitter.cpp | 339 Emitter::Emitter(CompilerContext *context) in Emitter() 389 void Emitter::GenJsonContentRecord(const CompilerContext *context) in GenJsonContentRecord() 403 void Emitter::AddFunction(FunctionEmitter *func, CompilerContext *context) in AddFunction() 421 void Emitter::AddScopeNamesRecord(CompilerContext *context) in AddScopeNamesRecord() 479 void Emitter::AddSourceTextModuleRecord(ModuleRecordEmitter *module, CompilerContext *context) in AddSourceTextModuleRecord() 526 void Emitter::AddModuleRequestPhaseRecord(ModuleRecordEmitter *module, CompilerContext *context) in AddModuleRequestPhaseRecord() 557 void Emitter::AddHasTopLevelAwaitRecord(bool hasTLA, const CompilerContext *context) in AddHasTopLevelAwaitRecord() 582 void Emitter::AddSharedModuleRecord(const CompilerContext *context) in AddSharedModuleRecord()
|
| /arkcompiler/ets_frontend/ets2panda/public/ |
| D | es2panda_lib.cpp | 407 static void CompileJob(public_lib::Context *context, varbinder::FunctionScope *scope, in CompileJob() 675 extern "C" es2panda_Context *ProceedToState(es2panda_Context *context, es2panda_ContextState state) in ProceedToState() 707 extern "C" void DestroyContext(es2panda_Context *context) in DestroyContext() 722 extern "C" es2panda_ContextState ContextState(es2panda_Context *context) in ContextState() 728 extern "C" char const *ContextErrorMessage(es2panda_Context *context) in ContextErrorMessage() 734 extern "C" es2panda_Program *ContextProgram(es2panda_Context *context) in ContextProgram() 803 extern "C" void AstNodeSetDecorators(es2panda_Context *context, es2panda_AstNode *ast, es2panda_Ast… in AstNodeSetDecorators() 905 extern "C" es2panda_AstNode *CreateAsExpression(es2panda_Context *context, es2panda_AstNode *expr, in CreateAsExpression() 967 extern "C" es2panda_AstNode *CreateAssignmentExpression(es2panda_Context *context, es2panda_AstNode… in CreateAssignmentExpression() 1031 extern "C" es2panda_AstNode *CreateBinaryExpression(es2panda_Context *context, es2panda_AstNode *le… in CreateBinaryExpression() [all …]
|
| /arkcompiler/runtime_core/static_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 aotContext) in CheckFilesInClassContext() 121 auto context = aotFile->IsBootPandaFile() ? bootClassContext_ : completeContext; 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/test/scripts/performance_test/ |
| D | performance_build.py | 279 def add_row(context): argument 283 def add_td(context): argument 287 def add_th(context): argument 291 def test_type_title(context): argument 295 def app_title(context): argument
|
| /arkcompiler/ets_frontend/es2panda/ir/statements/ |
| D | variableDeclarator.cpp | 135 auto context = checker::SavedCheckerContext(checker, checker::CheckerStatus::FORCE_TUPLE); in Check() local 145 auto context = checker::SavedCheckerContext(checker, checker::CheckerStatus::FORCE_TUPLE); in Check() local
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tools/declgen_ts2sts/src/ |
| D | ASTAutofixer.ts | 23 private readonly context: ts.TransformationContext; property in Autofixer
|
| D | ASTTransformer.ts | 21 private readonly context: ts.TransformationContext; property in Transformer
|
| /arkcompiler/runtime_core/static_core/runtime/coroutines/ |
| D | coroutine.cpp | 25 …tine *Coroutine::Create(Runtime *runtime, PandaVM *vm, PandaString name, CoroutineContext *context, in Create() 38 … ark::panda_file::SourceLang threadLang, PandaString name, CoroutineContext *context, in Coroutine() 59 void Coroutine::ReInitialize(PandaString name, CoroutineContext *context, std::optional<EntrypointI… in ReInitialize()
|
| D | coroutine_manager.cpp | 44 auto *context = main->GetContext<CoroutineContext>(); in DestroyMainCoroutine() local 79 auto *context = co->GetContext<CoroutineContext>(); in DestroyEntrypointlessCoroutine() local
|
| /arkcompiler/ets_runtime/test/fuzztest/jsnapicontext_fuzzer/ |
| D | jsnapicontext_fuzzer.cpp | 33 EcmaContext *context = JSNApi::CreateJSContext(vm); in JSNApiSwitchCurrentContextFuzztest() local
|
| /arkcompiler/runtime_core/static_core/libpandabase/utils/ |
| D | terminate.cpp | 45 char *context; in Terminate() local
|