HomeSort by relevance Sort by last modified time
    Searched full:inlined (Results 1 - 25 of 2113) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /art/test/537-checker-inline-and-unverified/
info.txt 1 Checks that unverified methods are not inlined.
  /art/test/650-checker-inline-access-thunks/
info.txt 1 Test that access thunks for nested classes are inlined.
  /art/test/497-inlining-and-class-loader/
info.txt 2 the correct class loader when walking inlined frames.
  /prebuilts/go/darwin-x86/test/interface/
assertinline.go 10 return x.(*int) // ERROR "type assertion inlined"
14 z, ok := x.(*int) // ERROR "type assertion inlined"
19 return x.(func()) // ERROR "type assertion inlined"
23 z, ok := x.(func()) // ERROR "type assertion inlined"
28 return x.(struct{ *int }) // ERROR "type assertion inlined"
32 z, ok := x.(struct{ *int }) // ERROR "type assertion inlined"
37 return x.(complex128) // ERROR "type assertion inlined"
41 z, ok := x.(complex128) // ERROR "type assertion inlined"
46 _, ok := x.(complex128) // ERROR "type assertion inlined"
51 return x.([]int) // ERROR "type assertion inlined"
    [all...]
  /prebuilts/go/linux-x86/test/interface/
assertinline.go 10 return x.(*int) // ERROR "type assertion inlined"
14 z, ok := x.(*int) // ERROR "type assertion inlined"
19 return x.(func()) // ERROR "type assertion inlined"
23 z, ok := x.(func()) // ERROR "type assertion inlined"
28 return x.(struct{ *int }) // ERROR "type assertion inlined"
32 z, ok := x.(struct{ *int }) // ERROR "type assertion inlined"
37 return x.(complex128) // ERROR "type assertion inlined"
41 z, ok := x.(complex128) // ERROR "type assertion inlined"
46 _, ok := x.(complex128) // ERROR "type assertion inlined"
51 return x.([]int) // ERROR "type assertion inlined"
    [all...]
  /art/test/476-clinit-inline-static-invoke/
info.txt 1 Regression test for a bug where an inlined call to a static method
  /external/valgrind/memcheck/tests/
inlinfo.vgtest 1 # test that the inlined function calls are properly shown in errors.
2 # Also test the generation of suppression entries with inlined calls.
inlinfosupp.vgtest 1 # test suppressions with inlined fn calls.
inlinfosuppobj.vgtest 1 # test suppressions with inlined fn calls, with some obj patterns
  /prebuilts/go/darwin-x86/test/fixedbugs/issue15071.dir/exp/
exp.go 8 return inlined(x)
11 func inlined(x int) int { func
  /prebuilts/go/linux-x86/test/fixedbugs/issue15071.dir/exp/
exp.go 8 return inlined(x)
11 func inlined(x int) int { func
  /external/clang/test/Analysis/
crash-trace.c 10 void inlined() { function
15 inlined();
21 // CHECK-NEXT: #0 void inlined()
  /external/clang/test/CodeGenCXX/
sanitize-no-dtor-callback.cpp 12 struct Inlined {
13 inline ~Inlined() {}
15 Inlined i;
  /external/v8/tools/clang/plugins/tests/
missing_ctor_dllexport.txt 5 ./missing_ctor_dllexport.h:47:3: warning: [chromium-style] Complex constructor has an inlined body.
8 ./missing_ctor_dllexport.h:49:3: warning: [chromium-style] Complex constructor has an inlined body.
11 ./missing_ctor_dllexport.h:51:3: warning: [chromium-style] Complex constructor has an inlined body.
nested_class_inline_ctor.txt 2 ./nested_class_inline_ctor.h:15:5: warning: [chromium-style] Complex constructor has an inlined body.
  /prebuilts/go/darwin-x86/test/fixedbugs/
bug401.go 30 panic("not-inlined complex call failed")
36 panic("potentially inlined complex call failed")
42 panic("potentially inlined complex call failed")
issue11053.go 7 // Issue 11053: Compiler does not run escape analysis on an inlined
issue12677.go 7 // Issue 12677: Type loss during export/import of inlined function body.
issue15572.go 9 // inlined function bodies containing such literals.
issue4370.go 7 // Re-exporting inlined function bodies missed types in x, ok := v.(Type)
issue4879.go 8 // composite literals in inlined bodies.
  /prebuilts/go/linux-x86/test/fixedbugs/
bug401.go 30 panic("not-inlined complex call failed")
36 panic("potentially inlined complex call failed")
42 panic("potentially inlined complex call failed")
  /art/test/541-regression-inlined-deopt/
info.txt 2 stack map for deopting inlined frames. Test case is written in smali for full
  /prebuilts/go/darwin-x86/test/fixedbugs/bug396.dir/
two.go 5 // Use the functions in one.go so that the inlined
  /prebuilts/go/darwin-x86/test/fixedbugs/bug407.dir/
two.go 5 // Use the functions in one.go so that the inlined

Completed in 488 milliseconds

1 2 3 4 5 6 7 8 91011>>