| /arkcompiler/runtime_core/static_core/plugins/ets/tests/debugger/src/arkdb/internal_tests/ |
| H A D | test_arkts_str.py | 33 reason="The representation of classes is broken: " variable
|
| /arkcompiler/runtime_core/static_core/runtime/include/ |
| H A D | gc_task.h | 90 GCTaskCause reason; // NOLINT(misc-non-private-member-variables-in-classes) member
|
| /arkcompiler/ets_runtime/ecmascript/ |
| H A D | js_promise.cpp | 132 RejectPromise(JSThread *thread, const JSHandle<JSPromise> &promise, const JSHandle<JSTaggedValue> &reason) RejectPromise() argument
|
| H A D | js_async_function.cpp | 176 AsyncFunctionAwaitRejected( JSThread *thread, const JSHandle<JSAsyncAwaitStatusFunction> &func, const JSHandle<JSTaggedValue> &reason) AsyncFunctionAwaitRejected() argument
|
| H A D | ecma_context.h | 171 PromiseRejectionTracker(const JSHandle<JSPromise> &promise, const JSHandle<JSTaggedValue> &reason, PromiseRejectionEvent operation) PromiseRejectionTracker() argument
|
| /arkcompiler/ets_runtime/ecmascript/mem/ |
| H A D | gc_stats.cpp | 69 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 D | gc_stats.h | 99 void SetGCReason(GCReason reason) in SetGCReason() argument
|
| H A D | heap.cpp | 1088 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 D | cleanup_inline_module.cpp | 103 InlineFailure(InlineFailurePath inlineFailurePath, InlineFailureReason reason) in InlineFailure() argument
|
| /arkcompiler/runtime_core/static_core/runtime/tests/tooling/ |
| H A D | test_util.h | 144 static bool SuspendUntilContinue(DebugEvent reason, PtThread thread, PtLocation location) in SuspendUntilContinue() argument
|
| /arkcompiler/toolchain/tooling/test/ |
| H A D | debugger_events_test.cpp | 109 std::string reason; in HWTEST_F_L0() local
|
| H A D | pt_types_test.cpp | 751 PauseReason reason = static_cast<PauseReason>(50); in HWTEST_F_L0() local
|
| /arkcompiler/toolchain/tooling/test/utils/ |
| H A D | test_util.h | 167 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 D | std_core_gc.cpp | 174 GCTaskCause reason = GCCauseFromInt(cause); in StdGCStartGC() local 433 GCTaskCause reason = GCCauseFromInt(cause); in StdGCScheduleGCAfterNthAlloc() local [all...] |
| /arkcompiler/ets_runtime/ecmascript/builtins/ |
| H A D | builtins_promise_handler.cpp | 124 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 D | builtins_promise.cpp | 297 JSHandle<JSTaggedValue> reason = GetCallArg(argv, 0); in Reject() local
|
| /arkcompiler/ets_runtime/ecmascript/napi/test/ |
| H A D | jsnapi_third_tests.cpp | 177 Local<JSValueRef> reason = info->GetCallArgRef(0); in CheckReject() local
|
| H A D | jsnapi_second_tests.cpp | 172 Local<JSValueRef> reason = info->GetCallArgRef(0); in CheckReject() local
|
| H A D | jsnapi_first_tests.cpp | 627 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 D | lse.cpp | 77 void MarkForElimination(Inst *inst, Inst *reason, const Lse::HeapValue *hvalue) in MarkForElimination() argument
|
| /arkcompiler/toolchain/tooling/base/ |
| H A D | pt_events.h | 109 Paused &SetReason(PauseReason reason) in SetReason() argument 115 static std::string GetReasonString(PauseReason reason) in GetReasonString() argument
|
| /arkcompiler/toolchain/tooling/agent/ |
| H A D | debugger_impl.cpp | 282 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 D | jsnapi_expo.cpp | 1978 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...] |