| /arkcompiler/ets_runtime/test/moduletest/regressproxy/ |
| H A D | regressproxy.js | |
| /arkcompiler/ets_frontend/ets2panda/ast_verifier/ |
| H A D | checkContext.cpp | 20 void CheckContext::AddCheckMessage(const std::string &cause, const ir::AstNode &node, const lexer::SourcePosition &from) in AddCheckMessage() argument
|
| H A D | checkContext.h | 43 explicit CheckMessage(util::StringView name, util::StringView cause, util::StringView message, size_t line) in CheckMessage() argument
|
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/types/ |
| H A D | ets_error_options.h | 51 inline void SetCause(EtsObject *cause) in SetCause() argument
|
| /arkcompiler/runtime_core/static_core/runtime/ |
| H A D | gc_task.cpp | 44 std::ostream &operator<<(std::ostream &os, const GCTaskCause &cause) in operator <<() argument
|
| H A D | language_context.cpp | 101 auto *cause = thread->GetException(); in WrapClassInitializerException() local
|
| H A D | class_linker_extension.cpp | 189 auto *cause = thread->GetException(); in WrapClassNotFoundExceptionIfNeeded() local
|
| /arkcompiler/ets_runtime/ecmascript/builtins/ |
| H A D | builtins_errors.cpp | 165 JSHandle<JSTaggedValue> cause = JSObject::GetProperty(thread, options, causeKey).GetValue(); in AggregateErrorConstructor() local
|
| H A D | builtins_gc.cpp | 105 auto cause = StringToGcType(thread, GetCallArg(info, 0).GetTaggedValue()); in StartGC() local 213 TriggerGCType BuiltinsGc::StringToGcType(JSThread *thread, JSTaggedValue cause) in StringToGcType() argument [all...] |
| /arkcompiler/runtime_core/static_core/runtime/mem/gc/ |
| H A D | gc_trigger.cpp | 350 void SchedGCOnNthAllocTrigger::ScheduleGc(GCTaskCause cause, uint32_t counter) in ScheduleGc() argument
|
| /arkcompiler/ets_runtime/ecmascript/base/ |
| H A D | error_helper.cpp | 174 JSHandle<JSTaggedValue> cause = JSObject::GetProperty(thread, options, causeKey).GetValue(); in ErrorCommonConstructor() local
|
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/ |
| H A D | std_core_gc.cpp | 142 static GCTaskCause GCCauseFromInt(EtsInt cause) in GCCauseFromInt() argument 168 extern "C" EtsLong StdGCStartGC(EtsInt cause, EtsObject *callback, EtsBoolean isRunGcInPlace) in StdGCStartGC() argument 423 StdGCScheduleGCAfterNthAlloc(EtsInt counter, EtsInt cause) StdGCScheduleGCAfterNthAlloc() argument [all...] |
| /arkcompiler/runtime_core/static_core/runtime/mem/ |
| H A D | heap_manager.cpp | 147 GCTaskCause cause; in TryGCAndAlloc() local 212 GCTaskCause cause = GCTaskCause::OOM_CAUSE; in AllocateNonMovableObject() local
|
| /arkcompiler/runtime_core/static_core/runtime/mem/gc/g1/ |
| H A D | g1_analytics.cpp | 156 void G1Analytics::ReportCollectionEnd(GCTaskCause cause, uint64_t endTime, const CollectionSet &collectionSet, in ReportCollectionEnd() argument
|