Home
last modified time | relevance | path

Searched defs:reason (Results 1 - 23 of 23) sorted by relevance

/arkcompiler/runtime_core/static_core/plugins/ets/tests/debugger/src/arkdb/internal_tests/
H A Dtest_arkts_str.py33 reason="The representation of classes is broken: " variable
/arkcompiler/runtime_core/static_core/runtime/include/
H A Dgc_task.h90 GCTaskCause reason; // NOLINT(misc-non-private-member-variables-in-classes) member
/arkcompiler/ets_runtime/ecmascript/
H A Djs_promise.cpp132 RejectPromise(JSThread *thread, const JSHandle<JSPromise> &promise, const JSHandle<JSTaggedValue> &reason) RejectPromise() argument
H A Djs_async_function.cpp176 AsyncFunctionAwaitRejected( JSThread *thread, const JSHandle<JSAsyncAwaitStatusFunction> &func, const JSHandle<JSTaggedValue> &reason) AsyncFunctionAwaitRejected() argument
H A Decma_context.h171 PromiseRejectionTracker(const JSHandle<JSPromise> &promise, const JSHandle<JSTaggedValue> &reason, PromiseRejectionEvent operation) PromiseRejectionTracker() argument
/arkcompiler/ets_runtime/ecmascript/mem/
H A Dgc_stats.cpp69 const char *GCStats::GCReasonToString(GCReason reason) in GCReasonToString() argument
393 void GCStats::RecordStatisticBeforeGC(TriggerGCType gcType, GCReason reason) in RecordStatisticBeforeGC() argument
730 void SharedGCStats::RecordStatisticBeforeGC(TriggerGCType gcType, GCReason reason) in RecordStatisticBeforeGC() argument
H A Dgc_stats.h99 void SetGCReason(GCReason reason) in SetGCReason() argument
H A Dheap.cpp1088 void Heap::CollectGarbage(TriggerGCType gcType, GCReason reason) in CollectGarbage() argument
1674 bool Heap::CheckAndTriggerHintGC(MemoryReduceDegree degree, GCReason reason) in CheckAndTriggerHintGC() argument
/arkcompiler/runtime_core/static_core/libllvmbackend/transforms/passes/inline_ir/
H A Dcleanup_inline_module.cpp103 InlineFailure(InlineFailurePath inlineFailurePath, InlineFailureReason reason) in InlineFailure() argument
/arkcompiler/runtime_core/static_core/runtime/tests/tooling/
H A Dtest_util.h144 static bool SuspendUntilContinue(DebugEvent reason, PtThread thread, PtLocation location) in SuspendUntilContinue() argument
/arkcompiler/toolchain/tooling/test/
H A Ddebugger_events_test.cpp109 std::string reason; in HWTEST_F_L0() local
H A Dpt_types_test.cpp751 PauseReason reason = static_cast<PauseReason>(50); in HWTEST_F_L0() local
/arkcompiler/toolchain/tooling/test/utils/
H A Dtest_util.h167 static bool SuspendUntilContinue(DebugEvent reason, JSPtLocation location = JSPtLocation(nullptr, EntityId(0), 0)) in SuspendUntilContinue() argument
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/
H A Dstd_core_gc.cpp174 GCTaskCause reason = GCCauseFromInt(cause); in StdGCStartGC() local
433 GCTaskCause reason = GCCauseFromInt(cause); in StdGCScheduleGCAfterNthAlloc() local
[all...]
/arkcompiler/ets_runtime/ecmascript/builtins/
H A Dbuiltins_promise_handler.cpp124 JSHandle<JSTaggedValue> reason = GetCallArg(argv, 0); in Reject() local
231 JSHandle<JSTaggedValue> reason = GetCallArg(argv, 0); in AsyncAwaitRejected() local
325 JSHandle<JSTaggedValue> reason = BuiltinsBase::GetCallArg(argv, 0); in CatchFinally() local
H A Dbuiltins_promise.cpp297 JSHandle<JSTaggedValue> reason = GetCallArg(argv, 0); in Reject() local
/arkcompiler/ets_runtime/ecmascript/napi/test/
H A Djsnapi_third_tests.cpp177 Local<JSValueRef> reason = info->GetCallArgRef(0); in CheckReject() local
H A Djsnapi_second_tests.cpp172 Local<JSValueRef> reason = info->GetCallArgRef(0); in CheckReject() local
H A Djsnapi_first_tests.cpp627 Local<JSValueRef> reason = info->GetCallArgRef(0); in CheckReject() local
650 Local<StringRef> reason = StringRef::NewFromUtf8(vm_, "Reject"); in HWTEST_F_L0() local
667 Local<StringRef> reason = StringRef::NewFromUtf8(vm_, "Reject"); in HWTEST_F_L0() local
[all...]
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
H A Dlse.cpp77 void MarkForElimination(Inst *inst, Inst *reason, const Lse::HeapValue *hvalue) in MarkForElimination() argument
/arkcompiler/toolchain/tooling/base/
H A Dpt_events.h109 Paused &SetReason(PauseReason reason) in SetReason() argument
115 static std::string GetReasonString(PauseReason reason) in GetReasonString() argument
/arkcompiler/toolchain/tooling/agent/
H A Ddebugger_impl.cpp282 void DebuggerImpl::NotifyPaused(std::optional<JSPtLocation> location, PauseReason reason) in NotifyPaused() argument
332 void DebuggerImpl::GeneratePausedInfo(PauseReason reason, in GeneratePausedInfo() argument
/arkcompiler/ets_runtime/ecmascript/napi/
H A Djsnapi_expo.cpp1978 bool PromiseCapabilityRef::Reject(const EcmaVM *vm, uintptr_t reason) in Reject() argument
2006 bool PromiseCapabilityRef::Reject(const EcmaVM *vm, Local<JSValueRef> reason) in Reject() argument
2232 PromiseRejectInfo::PromiseRejectInfo(Local<JSValueRef> promise, Local<JSValueRef> reason, in PromiseRejectInfo() argument
4390 void JSNApi::TriggerGC(const EcmaVM *vm, ecmascript::GCReason reason, TRIGGER_GC_TYPE gcType) in TriggerGC() argument
4428 HintGC(const EcmaVM *vm, MemoryReduceDegree degree, ecmascript::GCReason reason) HintGC() argument
5583 HostPromiseRejectionTracker(const EcmaVM *vm, const JSHandle<JSPromise> promise, const JSHandle<JSTaggedValue> reason, const ecmascript::PromiseRejectionEvent operation, void* data) HostPromiseRejectionTracker() argument
[all...]

Completed in 69 milliseconds