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

/art/compiler/optimizing/
H A Doptimization.cc30 void HOptimization::Check() { function in class:art::HOptimization
H A Dregister_allocator_test.cc38 static bool Check(const uint16_t* data) { function in namespace:art
166 ASSERT_TRUE(Check(data));
205 ASSERT_TRUE(Check(data));
254 ASSERT_TRUE(Check(data));
455 // Check that we have split the interval.
457 // Check that we know need to find a new register where the next interval
526 // Check that the register allocator is deterministic.
650 // Check that the field gets put in the register expected by its use.
/art/compiler/dwarf/
H A Ddwarf_test.h37 #define DW_CHECK(substring) Check(substring, false, __FILE__, __LINE__)
38 #define DW_CHECK_NEXT(substring) Check(substring, true, __FILE__, __LINE__)
51 // Check that the objdump output contains given output.
53 void Check(const char* substr, bool next, const char* at_file, int at_line) { function in class:art::dwarf::DwarfTest
/art/runtime/
H A Dcommon_runtime_test.cc352 runtime_->GetHeap()->VerifyHeap(); // Check for heap corruption before the test
406 Runtime::Current()->GetHeap()->VerifyHeap(); // Check for heap corruption after the test
431 // Check that for target builds we have ART_TARGET_NATIVETEST_DIR set.
583 void CheckJniAbortCatcher::Check(const char* expected_text) { function in class:art::CheckJniAbortCatcher
H A Dcheck_jni.cc345 bool Check(ScopedObjectAccess& soa, bool entry, const char* fmt, JniValueType* args)
569 DCHECK(field != nullptr); // Already checked by Check.
1252 if (!GuardedCopy::Check(function_name, embedded_buf, true)) {
1284 static bool Check(const char* function_name, const void* embedded_buf, bool mod_okay) { function in class:art::GuardedCopy
1361 // Check the begin red zone.
1373 // Check end region.
1435 if (sc.Check(soa, true, "E", args)) {
1438 if (sc.Check(soa, false, "I", &result)) {
1449 if (sc.Check(soa, true, "Ep", args)) {
1452 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
700 def Check(self, error, filename, linenum): member in class:_FunctionState
[all...]

Completed in 92 milliseconds