Home
last modified time | relevance | path

Searched defs:context (Results 1 - 25 of 89) sorted by relevance

1234

/arkcompiler/ets_runtime/ecmascript/
H A Dglobal_index_map.h39 static inline JSHandle<PointerToIndexDictionary> GetGlobalIndexMap(EcmaContext *context) in GetGlobalIndexMap() argument
H A Decma_handle_scope.cpp23 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 Djsnapicontext_fuzzer.cpp33 EcmaContext *context = JSNApi::CreateJSContext(vm); in JSNApiSwitchCurrentContextFuzztest() local
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/types/
H A Dpgo_profile_type.cpp25 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 Dterminate.cpp45 char *context; in Terminate() local
/arkcompiler/ets_frontend/ets2panda/compiler/core/
H A DJSemitter.h45 explicit JSEmitter(const public_lib::Context *context) : Emitter(context) {} in JSEmitter() argument
H A DcompileQueue.cpp49 void CompileQueue::Schedule(public_lib::Context *context) in Schedule() argument
H A DcompileJob.h54 void SetContext(public_lib::Context *context, varbinder::FunctionScope *scope) in SetContext() argument
H A DETSemitter.h70 explicit ETSEmitter(const public_lib::Context *context) : Emitter(context) {} in ETSEmitter() argument
/arkcompiler/ets_runtime/ecmascript/tests/
H A Decma_context_test.cpp30 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 Dclass_linker-inl.h58 GetLoadedClass(const panda_file::File &pf, panda_file::File::EntityId id, ClassLinkerContext *context) GetLoadedClass() argument
/arkcompiler/ets_runtime/ecmascript/module/
H A Dmodule_tools.cpp67 EcmaContext *context = thread->GetCurrentEcmaContext(); in ProcessModuleLoadInfo() local
/arkcompiler/ets_runtime/ecmascript/platform/windows/
H A Daot_crash_info.cpp20 void GetSignalHandler(int signal, siginfo_t *info, void *context) in GetSignalHandler() argument
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/
H A Dets_coroutine.cpp28 EtsCoroutine(ThreadId id, mem::InternalAllocatorPtr allocator, PandaVM *vm, PandaString name, CoroutineContext *context, std::optional<EntrypointInfo> &&epInfo) EtsCoroutine() argument
H A Dets_coroutine.h40 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 Djs_proxy.cpp88 ClassLinkerContext *context = cls->GetLoadContext(); in Create() local
/arkcompiler/runtime_core/static_core/runtime/
H A Ddeoptimization.cpp202 auto context = thread->GetVM()->GetLanguageContext(); in Deoptimize() local
/arkcompiler/runtime_core/static_core/verification/config/parse/
H A Dconfig_parse.cpp128 Context context; in ParseConfig() local
/arkcompiler/ets_frontend/es2panda/ir/statements/
H A DvariableDeclarator.cpp135 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 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_runtime/ecmascript/jspandafile/tests/
H A Dquick_fix_test.cpp248 EcmaContext *context = thread->GetCurrentEcmaContext(); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/platform/unix/
H A Daot_crash_info.cpp25 void GetSignalHandler(int signal, siginfo_t *info, void *context) in GetSignalHandler() argument
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
H A Dpgo_profiler_decoder.cpp104 LoadAbcIdPool(const std::shared_ptr<PGOAbcFilePool> &externalAbcFilePool, PGOContext &context, void *addr) LoadAbcIdPool() argument
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/ap_file/
H A Dpgo_method_type_set.cpp52 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 Dpgo_profile_type_pool.h85 void Remap(PGOContext &context) in Remap() argument
163 void Remap(PGOContext &context) in Remap() argument

Completed in 8 milliseconds

1234