HomeSort by relevance Sort by last modified time
    Searched refs:Inlining (Results 1 - 25 of 26) sorted by null

1 2

  /prebuilts/go/darwin-x86/test/fixedbugs/
issue5259.go 7 // Issue 5259: Inlining of method value causes internal compiler error
issue12588.go 8 // Compiles but need not run. Inlining is disabled.
issue13799.go 8 // Compiles but does not run. Inlining is disabled.
  /prebuilts/go/linux-x86/test/fixedbugs/
issue5259.go 7 // Issue 5259: Inlining of method value causes internal compiler error
issue12588.go 8 // Compiles but need not run. Inlining is disabled.
issue13799.go 8 // Compiles but does not run. Inlining is disabled.
  /prebuilts/go/darwin-x86/test/
escape4.go 8 // Compiles but does not run. Inlining is enabled.
21 p = alloc(2) // ERROR "inlining call to alloc" "&x escapes to heap" "moved to heap: x"
26 p = alloc(3) // ERROR "inlining call to alloc"
27 }() // ERROR "inlining call to f1.func1" "inlining call to alloc" "&x escapes to heap" "moved to heap: x"
30 p = alloc(3) // ERROR "inlining call to alloc" "&x escapes to heap" "moved to heap: x"
escape5.go 8 // Compiles but does not run. Inlining is disabled.
escape2.go 8 // Compiles but does not run. Inlining is disabled.
    [all...]
escape2n.go 8 // Compiles but does not run. Inlining is disabled.
    [all...]
  /prebuilts/go/linux-x86/test/
escape4.go 8 // Compiles but does not run. Inlining is enabled.
21 p = alloc(2) // ERROR "inlining call to alloc" "&x escapes to heap" "moved to heap: x"
26 p = alloc(3) // ERROR "inlining call to alloc"
27 }() // ERROR "inlining call to f1.func1" "inlining call to alloc" "&x escapes to heap" "moved to heap: x"
30 p = alloc(3) // ERROR "inlining call to alloc" "&x escapes to heap" "moved to heap: x"
escape5.go 8 // Compiles but does not run. Inlining is disabled.
escape2.go 8 // Compiles but does not run. Inlining is disabled.
    [all...]
escape2n.go 8 // Compiles but does not run. Inlining is disabled.
    [all...]
  /external/clang/lib/CodeGen/
BackendUtil.cpp 319 CodeGenOptions::InliningMethod Inlining = CodeGenOpts.getInlining();
325 Inlining = CodeGenOpts.NoInlining;
334 switch (Inlining) {
671 // inlining happening.
    [all...]
  /prebuilts/tools/common/m2/repository/net/bytebuddy/byte-buddy/1.4.33/
byte-buddy-1.4.33.jar 
  /prebuilts/tools/common/m2/repository/net/bytebuddy/byte-buddy/1.5.5/
byte-buddy-1.5.5.jar 
  /prebuilts/tools/common/m2/repository/net/bytebuddy/byte-buddy/1.6.5/
byte-buddy-1.6.5.jar 
  /external/mockito/lib/
byte-buddy-1.7.9.jar 
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/
main.go 74 {"typeassert", "print information about type assertion inlining", &Debug_typeassert},
207 objabi.Flagcount("l", "disable inlining", &Debug['l'])
402 // enable inlining. for now:
403 // default: inlining on. (debug['l'] == 1)
404 // -l: inlining off (debug['l'] == 0)
405 // -l=2, -l=3: inlining on again, with extra debugging (debug['l'] > 1)
543 // Phase 5: Inlining
544 timings.Start("fe", "inlining")
652 // DWARF inlining gen so as to avoid problems with generated
    [all...]
  /prebuilts/go/linux-x86/src/cmd/compile/internal/gc/
main.go 74 {"typeassert", "print information about type assertion inlining", &Debug_typeassert},
207 objabi.Flagcount("l", "disable inlining", &Debug['l'])
402 // enable inlining. for now:
403 // default: inlining on. (debug['l'] == 1)
404 // -l: inlining off (debug['l'] == 0)
405 // -l=2, -l=3: inlining on again, with extra debugging (debug['l'] > 1)
543 // Phase 5: Inlining
544 timings.Start("fe", "inlining")
652 // DWARF inlining gen so as to avoid problems with generated
    [all...]
  /prebuilts/r8/
compatdx-master.jar 
compatproguard-master.jar 
d8-master.jar 
r8-master.jar 

Completed in 289 milliseconds

1 2