/arkcompiler/ets_runtime/compiler_service/interface/ |
H A D | aot_compiler_interface_proxy.cpp | 58 if (FAILED(result)) { in AotCompiler() 64 if (FAILED(errCode)) { in AotCompiler() 99 if (FAILED(result)) { in StopAotCompiler() 105 if (FAILED(errCode)) { in StopAotCompiler() 131 if (FAILED(result)) { in GetAOTVersion() 137 if (FAILED(errCode)) { in GetAOTVersion() 167 if (FAILED(result)) { in NeedReCompile() 173 if (FAILED(errCode)) { in NeedReCompile()
|
/arkcompiler/runtime_core/static_core/verification/ |
H A D | public.cpp | 96 case VerificationResultCache::Status::FAILED: in ToPublic() 97 return Status::FAILED; in ToPublic() 149 return Status::FAILED; in CheckBeforeVerification() 200 return Status::FAILED; in Verify() 210 return Status::FAILED; in Verify() 228 return Status::FAILED; in Verify()
|
H A D | public.h | 47 enum class Status { OK, FAILED, UNKNOWN }; member in ark::verifier::Status
|
/arkcompiler/runtime_core/static_core/verification/cache/ |
H A D | results_cache.h | 25 enum class Status { OK, FAILED, UNKNOWN }; member in ark::verifier::VerificationResultCache::Status
|
H A D | results_cache.cpp | 147 return Status::FAILED; in Check()
|
/arkcompiler/runtime_core/static_core/runtime/tests/ |
H A D | compilation_status_test.cpp | 111 ASSERT_EQ(method->AtomicSetCompilationStatus(status, Method::FAILED), true); in TEST_F() 113 ASSERT_EQ(status, Method::FAILED); in TEST_F()
|
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/gtest_plugin/ |
H A D | gtest_launcher.js | 18 msg = 'ASSERTION FAILED: ' + msg; 25 let msg = `ASSERTION FAILED: ${v0}[${typeof v0}] !== ${v1}[${typeof v1}]`;
|
/arkcompiler/runtime_core/static_core/compiler/ |
H A D | compile_method.cpp | 201 events::CompilationStatus::FAILED}, in RunOptimizations() 342 EventCompilationArgs {methodName, isOsr, method->GetCodeSize(), 0, 0, 0, events::CompilationStatus::FAILED}, in CompileInGraph() 359 EventCompilationArgs {methodName, isOsr, method->GetCodeSize(), 0, 0, 0, events::CompilationStatus::FAILED}, in CompileInGraph()
|
/arkcompiler/ets_runtime/ecmascript/debugger/ |
H A D | debugger_api.h | 46 FAILED, enumerator
|
H A D | debugger_api.cpp | 87 if (state == StackState::FAILED) { in StackWalker()
|
/arkcompiler/runtime_core/static_core/runtime/ |
H A D | compiler.cpp | 939 compiledMethod->SetCompilationStatus(Method::FAILED); in StartCompileMethod() 1004 for (; (status != Method::COMPILED) && (status != Method::FAILED); status = method->GetCompilationStatus()) { in CompileMethodImpl()
|
/arkcompiler/runtime_core/static_core/runtime/include/ |
H A D | method.h | 75 FAILED, enumerator
|
H A D | method-inl.h | 493 if (!(status == FAILED || status == WAITING || status == COMPILATION)) { in DecrementHotnessCounter()
|
/arkcompiler/toolchain/tooling/agent/ |
H A D | debugger_impl.cpp | 1648 return StackState::FAILED; in GenerateCallFrames()
|
/arkcompiler/ets_frontend/es2panda/test/compiler/js/ |
H A D | cocos_worker_test.js | 16598 t[t.FAILED = 1] = "FAILED"; [all...] |