| /arkcompiler/ets_runtime/ecmascript/ |
| H A D | global_index_map.h | 39 static inline JSHandle<PointerToIndexDictionary> GetGlobalIndexMap(EcmaContext *context) in GetGlobalIndexMap() argument
|
| H A D | ecma_handle_scope.cpp | 23 auto context = thread_->GetCurrentEcmaContext(); in EcmaHandleScope() local 28 void EcmaHandleScope::OpenHandleScope(EcmaContext *context) in OpenHandleScope() argument 40 OpenPrimitiveScope(EcmaContext *context) OpenPrimitiveScope() argument 54 auto context = thread_->GetCurrentEcmaContext(); ~EcmaHandleScope() local 59 CloseHandleScope(EcmaContext *context) CloseHandleScope() argument 73 ClosePrimitiveScope(EcmaContext *context) ClosePrimitiveScope() argument 98 auto context = thread->GetCurrentEcmaContext(); NewHandle() local 136 auto context = thread->GetCurrentEcmaContext(); NewPrimitiveHandle() local [all...] |
| /arkcompiler/ets_runtime/test/fuzztest/jsnapicontext_fuzzer/ |
| H A D | jsnapicontext_fuzzer.cpp | 33 EcmaContext *context = JSNApi::CreateJSContext(vm); in JSNApiSwitchCurrentContextFuzztest() local
|
| /arkcompiler/ets_runtime/ecmascript/pgo_profiler/types/ |
| H A D | pgo_profile_type.cpp | 25 ProfileTypeRef::ProfileTypeRef(PGOContext &context, const ProfileType &type) in ProfileTypeRef() argument 32 ProfileTypeRef &ProfileTypeRef::Remap([[maybe_unused]] const PGOContext &context) in Remap() argument 38 ProfileType::ProfileType(PGOContext &context, ProfileTypeRef typeRef) in ProfileType() argument 54 std::optional<ProfileType> ProfileType::CreateFromProfileTypeRef(PGOContext &context, ProfileTypeRef typeRef) in CreateFromProfileTypeRef() argument 71 ProfileType &ProfileType::Remap([[maybe_unused]]const PGOContext &context) in Remap() argument [all...] |
| /arkcompiler/runtime_core/static_core/libpandabase/utils/ |
| H A D | terminate.cpp | 45 char *context; in Terminate() local
|
| /arkcompiler/ets_frontend/ets2panda/compiler/core/ |
| H A D | JSemitter.h | 45 explicit JSEmitter(const public_lib::Context *context) : Emitter(context) {} in JSEmitter() argument
|
| H A D | compileQueue.cpp | 49 void CompileQueue::Schedule(public_lib::Context *context) in Schedule() argument
|
| H A D | compileJob.h | 54 void SetContext(public_lib::Context *context, varbinder::FunctionScope *scope) in SetContext() argument
|
| H A D | ETSemitter.h | 70 explicit ETSEmitter(const public_lib::Context *context) : Emitter(context) {} in ETSEmitter() argument
|
| /arkcompiler/ets_runtime/ecmascript/tests/ |
| H A 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); HWTEST_F_L0() local [all...] |
| /arkcompiler/runtime_core/static_core/runtime/include/ |
| H A D | class_linker-inl.h | 58 GetLoadedClass(const panda_file::File &pf, panda_file::File::EntityId id, ClassLinkerContext *context) GetLoadedClass() argument
|
| /arkcompiler/ets_runtime/ecmascript/module/ |
| H A D | module_tools.cpp | 67 EcmaContext *context = thread->GetCurrentEcmaContext(); in ProcessModuleLoadInfo() local
|
| /arkcompiler/ets_runtime/ecmascript/platform/windows/ |
| H A D | aot_crash_info.cpp | 20 void GetSignalHandler(int signal, siginfo_t *info, void *context) in GetSignalHandler() argument
|
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/ |
| H A D | ets_coroutine.cpp | 28 EtsCoroutine(ThreadId id, mem::InternalAllocatorPtr allocator, PandaVM *vm, PandaString name, CoroutineContext *context, std::optional<EntrypointInfo> &&epInfo) EtsCoroutine() argument
|
| H A D | ets_coroutine.h | 40 static T *Create(Runtime *runtime, PandaVM *vm, PandaString name, CoroutineContext *context, in Create() argument
|
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/js_proxy/ |
| H A D | js_proxy.cpp | 88 ClassLinkerContext *context = cls->GetLoadContext(); in Create() local
|
| /arkcompiler/runtime_core/static_core/runtime/ |
| H A D | deoptimization.cpp | 202 auto context = thread->GetVM()->GetLanguageContext(); in Deoptimize() local
|
| /arkcompiler/runtime_core/static_core/verification/config/parse/ |
| H A D | config_parse.cpp | 128 Context context; in ParseConfig() local
|
| /arkcompiler/ets_frontend/es2panda/ir/statements/ |
| H A 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/ets_frontend/es2panda/ir/ts/ |
| H A 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_runtime/ecmascript/jspandafile/tests/ |
| H A D | quick_fix_test.cpp | 248 EcmaContext *context = thread->GetCurrentEcmaContext(); in HWTEST_F_L0() local
|
| /arkcompiler/ets_runtime/ecmascript/platform/unix/ |
| H A D | aot_crash_info.cpp | 25 void GetSignalHandler(int signal, siginfo_t *info, void *context) in GetSignalHandler() argument
|
| /arkcompiler/ets_runtime/ecmascript/pgo_profiler/ |
| H A D | pgo_profiler_decoder.cpp | 104 LoadAbcIdPool(const std::shared_ptr<PGOAbcFilePool> &externalAbcFilePool, PGOContext &context, void *addr) LoadAbcIdPool() argument
|
| /arkcompiler/ets_runtime/ecmascript/pgo_profiler/ap_file/ |
| H A D | pgo_method_type_set.cpp | 52 bool PGOMethodTypeSet::ParseFromBinary(PGOContext &context, void **buffer) in ParseFromBinary() argument 89 bool PGOMethodTypeSet::ProcessToBinary(PGOContext &context, std::stringstream &stream) const in ProcessToBinary() argument [all...] |
| H A D | pgo_profile_type_pool.h | 85 void Remap(PGOContext &context) in Remap() argument 163 void Remap(PGOContext &context) in Remap() argument
|