Home
last modified time | relevance | path

Searched refs:error (Results 151 – 175 of 179) sorted by relevance

12345678

/art/tools/dexfuzz/src/dexfuzz/rawdex/
DOffsetTracker.java168 Log.error(String.format("Couldn't find original offset 0x%x!", in associateOffsets()
/art/dt_fd_forward/
Ddt_fd_forward.cc748 static jdwpTransportError GetLastError(jdwpTransportEnv* env, char** error) { in GetLastError() argument
749 return AsFdForward(env)->GetLastError(error); in GetLastError()
/art/runtime/arch/arm64/
Dquick_entrypoints_arm64.S93 #error "FRAME_SIZE_SAVE_EVERYTHING(ARM64) size not as expected."
1413 #error "Class pointer needs to overwrite next pointer."
1608 #error Long array data offset must be 4 greater than int array data offset.
1711 #error "Expecting declaring class and access flags to be consecutive for LDP."
2396 #error "Array and field introspection code sharing requires same LDR offset."
2618 #error "INLINE_CACHE_SIZE not as expected."
/art/tools/ahat/
DREADME.txt80 Give better error messages on failure to launch ahat.
/art/cmdline/
DREADME.md70 --apple:123 --orange:0.456` . It will error out automatically if invalid flags are given, or if the
113 It will parse either `-hello:world` or `-hello:galaxy` only (and error out on other variations of
/art/runtime/
Druntime.cc1757 ti::LoadError error; in Init() local
1758 std::unique_ptr<ti::Agent> agent = agent_spec.Load(&res, &error, &err); in Init()
1765 switch (error) { in Init()
1859 ti::LoadError error; in AttachAgent() local
1860 std::unique_ptr<ti::Agent> agent = agent_spec.Attach(env, class_loader, &res, &error, &error_msg); in AttachAgent()
1865 LOG(WARNING) << "Agent attach failed (result=" << error << ") : " << error_msg; in AttachAgent()
Druntime_options.def18 #error "Please #define RUNTIME_OPTIONS_KEY before #including this file"
Dcommon_runtime_test.cc173 #error "ART_TARGET_NATIVETEST_DIR not set."
/art/profman/
Dprofman.cc82 std::string error; in UsageErrorV() local
83 android::base::StringAppendV(&error, fmt, ap); in UsageErrorV()
84 LOG(ERROR) << error; in UsageErrorV()
/art/compiler/utils/arm/
Dassembler_arm_vixl.cc33 #error "ARM Assembler macro already defined."
Djni_macro_assembler_arm_vixl.cc35 #error "ARM Assembler macro already defined."
/art/test/913-heaps/
Dheaps.cc1134 jvmtiError error = jvmti_env->GetClassStatus(c, &status); in Java_art_Test913_checkInitialized() local
1135 if (JvmtiErrorToException(env, jvmti_env, error)) { in Java_art_Test913_checkInitialized()
/art/compiler/optimizing/
Dsuperblock_cloner.cc790 for (const std::string& error : checker.GetErrors()) { in VerifyGraph() local
791 LOG(ERROR) << error; in VerifyGraph()
/art/test/utils/
Dregen-test-files112 art-run-test-1957-error-ext
/art/libartbase/base/
Dcommon_art_test.cc477 #error "ART_TARGET_NATIVETEST_DIR not set."
/art/tools/signal_dumper/
Dsignal_dumper.cc381 #error Unsupported architecture in DumpABI()
/art/openjdkjvmti/
Dti_heap.cc1553 jvmtiError error; in CopyStringAndReturn() local
1554 JvmtiUniquePtr<char[]> param_name = CopyString(env, in, &error); in CopyStringAndReturn()
1556 return error; in CopyStringAndReturn()
Dti_redefine.cc1615 std::string error; in CheckVerification() local
1628 &error); in CheckVerification()
1642 RecordFailure(ERR(FAILS_VERIFICATION), "Failed to verify class. Error was: " + error); in CheckVerification()
2543 std::string error; in ReverifyClass() local
2552 &error); in ReverifyClass()
DOpenjdkJvmTi.cc1304 static jvmtiError GetErrorName(jvmtiEnv* env, jvmtiError error, char** name_ptr) { in GetErrorName() argument
1317 switch (error) { in GetErrorName()
/art/openjdkjvmti/include/
Djvmti.h1658 jvmtiError error,
2511 jvmtiError GetErrorName(jvmtiError error, in GetErrorName()
2513 return functions->GetErrorName(this, error, name_ptr); in GetErrorName()
/art/runtime/interpreter/mterp/x86_64ng/
Dmain.S258 #error "Nterp x86_64 expects Nterp hotness mask to be 0xffff"
747 #error "Nterp x86_64 expects Nterp hotness mask to be 0xffff"
/art/dex2oat/
Ddex2oat.cc204 std::string error; in UsageErrorV() local
205 StringAppendV(&error, fmt, ap); in UsageErrorV()
206 LOG(ERROR) << error; in UsageErrorV()
/art/test/563-checker-fakestring/smali/
DTestCase.smali398 # trip the compiler. However, using that catch phi is an error caught by the verifier, so
/art/compiler/utils/arm64/
Djni_macro_assembler_arm64.cc30 #error "ARM64 Assembler macro already defined."
/art/runtime/entrypoints/quick/
Dquick_trampoline_entrypoints.cc220 #error "Unsupported architecture"
1484 #error "Unsupported architecture"

12345678