Searched defs:Check (Results 1 - 8 of 8) sorted by relevance

/art/test/140-field-packing/src/
H A DGapOrder.java70 static public void Check() { method in class:GapOrder
/art/compiler/debug/dwarf/
H A Ddwarf_test.h38 #define DW_CHECK(substring) Check(substring, false, __FILE__, __LINE__)
39 #define DW_CHECK_NEXT(substring) Check(substring, true, __FILE__, __LINE__)
52 // Check that the objdump output contains given output.
54 void Check(const char* substr, bool next, const char* at_file, int at_line) { function in class:art::dwarf::DwarfTest
/art/compiler/optimizing/
H A Doptimizing_cfi_test.cc102 void Check(InstructionSet isa, function in class:art::OptimizingCFITest
125 Check(isa, isa_str, expected_asm, expected_cfi);
220 Check(kThumb2, "kThumb2_adjust", expected_asm, expected_cfi);
250 Check(kMips, "kMips_adjust", expected_asm, expected_cfi);
280 Check(kMips64, "kMips64_adjust", expected_asm, expected_cfi);
H A Dregister_allocator_test.cc57 static bool Check(const uint16_t* data, Strategy strategy) { function in namespace:art
182 ASSERT_TRUE(Check(data, strategy));
223 ASSERT_TRUE(Check(data, strategy));
274 ASSERT_TRUE(Check(data, strategy));
482 // Check that we have split the interval.
484 // Check that we know need to find a new register where the next interval
575 // Check that the register allocator is deterministic.
718 // Check that the field gets put in the register expected by its use.
/art/tools/bisection_search/
H A Dbisection_search.py123 res = res and self._output_checker.Check(output)
191 def Check(self, output): member in class:IOutputCheck
192 """Check if output is correct.
213 def Check(self, output): member in class:EqualsOutputCheck
238 def Check(self, output): member in class:ExternalScriptOutputCheck
/art/runtime/
H A Dcommon_runtime_test.cc458 runtime_->GetHeap()->VerifyHeap(); // Check for heap corruption before the test
500 runtime_->GetHeap()->VerifyHeap(); // Check for heap corruption after the test
535 // Check that for target builds we have ART_TARGET_NATIVETEST_DIR set.
714 void CheckJniAbortCatcher::Check(const std::string& expected_text) { function in class:art::CheckJniAbortCatcher
715 Check(expected_text.c_str());
718 void CheckJniAbortCatcher::Check(const char* expected_text) { function in class:art::CheckJniAbortCatcher
H A Dcheck_jni.cc467 bool Check(ScopedObjectAccess& soa, bool entry, const char* fmt, JniValueType* args)
690 DCHECK(field != nullptr); // Already checked by Check.
1444 if (!GuardedCopy::Check(function_name, embedded_buf, true)) {
1476 static bool Check(const char* function_name, const void* embedded_buf, bool mod_okay) { function in class:art::GuardedCopy
1553 // Check the begin red zone.
1567 // Check end region.
1631 if (sc.Check(soa, true, "E", args)) {
1634 if (sc.Check(soa, false, "I", &result)) {
1645 if (sc.Check(soa, true, "Ep", args)) {
1648 if (sc.Check(so
[all...]
/art/tools/
H A Dcpplint.py40 # - Check for no 'explicit' for multi-arg ctor
41 # - Check for boolean assign RHS in parens
42 # - Check for ctor initializer-list colon position and spacing
43 # - Check that if there's a ctor, there should be a dtor
44 # - Check accessors that return non-pointer member variables are
46 # - Check accessors that return non-const pointer member vars are
48 # - Check for using public includes for testing
49 # - Check for spaces between brackets in one-line inline method
50 # - Check for no assert()
51 # - Check fo
726 def Check(self, error, filename, linenum): member in class:_FunctionState
[all...]

Completed in 229 milliseconds