/arkcompiler/ets_runtime/ecmascript/compiler/ |
H A D | circuit_builder-inl.h | 83 void CircuitBuilder::HandleException(GateRef result, Label *success, Label *fail, Label *exit) in HandleException() argument 85 BRANCH_CIR2(Equal(result, ExceptionConstant()), fail, success); in HandleException() local 86 Bind(fail); in HandleException() 92 void CircuitBuilder::HandleException(GateRef result, Label *success, Label *fail, Label *exit, GateRef exceptionVal) in HandleException() argument 94 BRANCH_CIR2(Equal(result, exceptionVal), fail, success); in HandleException() local 95 Bind(fail); in HandleException()
|
H A D | circuit_builder.h | 351 inline void HandleException(GateRef result, Label *success, Label *fail, Label *exit, GateRef exceptionVal);
|
/arkcompiler/toolchain/tooling/client/tcpServer/test/ |
H A D | js_test_base.py | 70 self.fail(self, "Not connect to arkdb server.") 77 self.fail('Command is not vaild') 80 self.fail('Failed to send command: %s' % command) 89 self.fail("TimeoutError")
|
/arkcompiler/ets_runtime/ecmascript/dfx/hprof/ |
H A D | file_stream.cpp | 62 if (fileStream_.fail()) { in Initialize() 83 if (fileStream_.fail()) { in WriteChunk()
|
/arkcompiler/runtime_core/static_core/plugins/ets/tests/debugger/src/arkdb/ |
H A D | expect.py | 87 fail = False variable in Expect 127 self.fail = True 169 if context.fail:
|
/arkcompiler/ets_runtime/test/executiontest/js/ |
H A D | termination_5.js | 33 fail();
|
H A D | termination_6.js | 21 fail();
|
/arkcompiler/runtime_core/static_core/platforms/unix/libpandabase/ |
H A D | time.h | 42 if (fileStream.fail()) { in GetStartRealTime()
|
/arkcompiler/runtime_core/verifier/tests/ |
H A D | utils.cpp | 26 if (abc_file.fail()) { in GenerateModifiedAbc()
|
/arkcompiler/ets_runtime/test/executiontest/ |
H A D | thread_termination_test.cpp | 54 static void RegisterGlobalTemplate(const EcmaVM *vm, FunctionCallbackInfo terminate, FunctionCallbackInfo fail,
in RegisterGlobalTemplate() argument 61 globalObj->Set(vm, StringRef::NewFromUtf8(vm, "fail"), FunctionRef::New(
in RegisterGlobalTemplate() 62 const_cast<panda::EcmaVM*>(vm), fail));
in RegisterGlobalTemplate()
|
/arkcompiler/runtime_core/libpandabase/utils/ |
H A D | json_parser.cpp | 216 if (istream_.fail()) { in GetNum() 229 if (istream_.fail()) { in GetBool()
|
/arkcompiler/runtime_core/static_core/libpandabase/utils/ |
H A D | json_parser.cpp | 229 if (istream_.fail()) { in GetNum() 242 if (istream_.fail()) { in GetBool()
|
/arkcompiler/runtime_core/abc2program/ |
H A D | dump_utils.cpp | 141 ASSERT(!id_str.fail()); in GetLiteralArrayIdFromName()
|
/arkcompiler/runtime_core/static_core/tools/sampler/ |
H A D | aspt_converter.cpp | 168 if (out.fail()) { in DumpModulesToFile()
|
/arkcompiler/ets_frontend/ets2panda/util/ |
H A D | options.h | 176 if (inputStream.fail()) { in DetermineExtension()
|
H A D | arktsconfig.cpp | 291 if (!Check(!inputStream.fail(), "Failed to open file: ", path)) { in ReadConfig()
|
H A D | options.cpp | 321 if (inputStream.fail()) { in ParseInputOutput()
|
/arkcompiler/ets_frontend/ets2panda/aot/ |
H A D | main.cpp | 89 if (inputStream.fail()) { in CompileFromConfig()
|
/arkcompiler/ets_frontend/ets2panda/public/ |
H A D | es2panda_lib.cpp | 283 if (inputStream.fail()) { in CreateContextFromFile() 291 if (inputStream.fail()) { in CreateContextFromFile()
|
/arkcompiler/runtime_core/static_core/tests/vm-benchmarks/tests/ |
H A D | test_gc_ark_reporter.py | 72 unittest.TestCase.fail(self, f'Bad report property: {e}')
|
/arkcompiler/ets_runtime/ecmascript/dfx/cpu_profiler/ |
H A D | cpu_profiler.cpp | 133 if (generator_->fileHandle_.fail()) { in StartCpuProfilerForFile() 532 LOG_ECMA(ERROR) << "CpuProfiler::CheckFileName, realpath fail, errno = " << errno; in CheckFileName()
|
/arkcompiler/ets_frontend/ets2panda/declgen_ets2ts/ |
H A D | declgenEts2Ts.cpp | 678 if (outStream.fail()) { in GenerateTsDeclarations()
|
/arkcompiler/ets_frontend/es2panda/util/ |
H A D | helpers.cpp | 794 //invoke Transform, untransformed ABC to transformed ABC, result define: 0:success, other:fail in AopTransform() 797 std::string msg = "Transform exec fail: " + libPath; in AopTransform() 808 if (inputStream.fail()) { in ReadFileToBuffer()
|
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/ |
H A D | emit.cpp | 2013 if (inFile.fail()) { in EmitAsmLabel() 2018 if (CGOptions::IsGlobalVarProFileEmpty() || inFile.fail()) { in EmitAsmLabel()
|
/arkcompiler/ets_frontend/ets2panda/parser/ |
H A D | ETSparser.cpp | 262 if (inputStream.fail()) { in ParseSources()
|