HomeSort by relevance Sort by last modified time
    Searched refs:inlining (Results 26 - 50 of 159) sorted by null

12 3 4 5 6 7

  /prebuilts/go/linux-x86/test/fixedbugs/
bug467.go 7 // Exported data for inlining could forget types of
issue4748.go 8 // This program used to complain because inlining created two exit labels.
issue5470.go 7 // Issue 5470: exported data for inlining may miss
issue5614.go 7 // Issue 5614: exported data for inlining may miss
issue5755.go 7 // Issue 5755: exported data for inlining may miss
issue15747b.go 7 // Issue 15747: If an ODCL is dropped, for example when inlining,
issue4323.go 7 // Issue 4323: inlining of functions with local variables
issue5515.go 7 // issue 5515: miscompilation doing inlining in generated method wrapper
issue4167.go 7 // Issue 4167: inlining of a (*T).Method expression taking
  /prebuilts/go/linux-x86/test/fixedbugs/issue18895.dir/
p.go 9 v.m() // ERROR "inlining call"
  /prebuilts/go/linux-x86/test/fixedbugs/issue19261.dir/
p.go 17 F() // ERROR "inlining call to F"
  /prebuilts/go/darwin-x86/test/
live2.go 7 // liveness tests with inlining ENABLED
13 // no inlining in this test, so just checking that non-inlined works.
inline_literal.go 45 // innermost line numbers after inlining.
  /prebuilts/go/linux-x86/test/
live2.go 7 // liveness tests with inlining ENABLED
13 // no inlining in this test, so just checking that non-inlined works.
  /external/proguard/src/proguard/optimize/peephole/
MethodInliner.java 77 private boolean inlining; field in class:MethodInliner
149 System.err.println("Unexpected error while inlining method:");
152 if (inlining)
160 System.err.println("Not inlining this method");
165 if (inlining)
178 if (!inlining)
226 System.out.println("MethodInliner: inlining ["+
365 // Are we inlining this instruction?
366 if (inlining)
405 // Are we inlining this instruction
    [all...]
  /prebuilts/go/darwin-x86/test/fixedbugs/
issue15747b.go 7 // Issue 15747: If an ODCL is dropped, for example when inlining,
issue4323.go 7 // Issue 4323: inlining of functions with local variables
issue5515.go 7 // issue 5515: miscompilation doing inlining in generated method wrapper
issue4167.go 7 // Issue 4167: inlining of a (*T).Method expression taking
  /prebuilts/go/darwin-x86/test/closure3.dir/
main.go 17 }(); x != 1 { // ERROR "inlining call to main.func1"
22 }; x() != 1 { // ERROR "inlining call to main.func2"
30 }(40); y != 42 { // ERROR "inlining call to main.func3"
35 }; y(40) != 42 { // ERROR "inlining call to main.func4"
178 }(); y != 42 { // ERROR "inlining call to main.func20"
183 }; y() != 42 { // ERROR "inlining call to main.func21"
193 }() // ERROR "inlining call to main.func22.1"
200 }() // ERROR "inlining call to main.func23.1"
211 }() // ERROR "inlining call to main.func24" "&a does not escape"
223 }() // ERROR "inlining call to main.func25.1" "&b does not escape
    [all...]
  /prebuilts/go/linux-x86/test/closure3.dir/
main.go 17 }(); x != 1 { // ERROR "inlining call to main.func1"
22 }; x() != 1 { // ERROR "inlining call to main.func2"
30 }(40); y != 42 { // ERROR "inlining call to main.func3"
35 }; y(40) != 42 { // ERROR "inlining call to main.func4"
178 }(); y != 42 { // ERROR "inlining call to main.func20"
183 }; y() != 42 { // ERROR "inlining call to main.func21"
193 }() // ERROR "inlining call to main.func22.1"
200 }() // ERROR "inlining call to main.func23.1"
211 }() // ERROR "inlining call to main.func24" "&a does not escape"
223 }() // ERROR "inlining call to main.func25.1" "&b does not escape
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/internal/obj/
inl.go 12 // The compiler maintains a global inlining tree and adds a node to it
30 // Assuming the global tree starts empty, inlining will produce the
40 // The nodes of h inlined into main will have inlining indexes 2 and 3.
42 // Eventually, the compiler extracts a per-function inlining tree from
43 // the global inlining tree (see pcln.go).
  /prebuilts/go/linux-x86/src/cmd/internal/obj/
inl.go 12 // The compiler maintains a global inlining tree and adds a node to it
30 // Assuming the global tree starts empty, inlining will produce the
40 // The nodes of h inlined into main will have inlining indexes 2 and 3.
42 // Eventually, the compiler extracts a per-function inlining tree from
43 // the global inlining tree (see pcln.go).
  /prebuilts/go/darwin-x86/src/runtime/race/testdata/
issue12664_test.go 42 // Never true, but prevents inlining.
  /prebuilts/go/linux-x86/src/runtime/race/testdata/
issue12664_test.go 42 // Never true, but prevents inlining.

Completed in 4051 milliseconds

12 3 4 5 6 7