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

  /prebuilts/go/darwin-x86/test/fixedbugs/
issue5259.go 7 // Issue 5259: Inlining of method value causes internal compiler error
  /prebuilts/go/linux-x86/test/fixedbugs/
issue5259.go 7 // Issue 5259: Inlining of method value causes internal compiler error
  /external/v8/test/mjsunit/
array-shift4.js 7 // Inlining shift with holey smi arrays shouldn't deopt just because it
unicode-test.js     [all...]
  /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" "&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" "&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 279 CodeGenOptions::InliningMethod Inlining = CodeGenOpts.getInlining();
285 Inlining = CodeGenOpts.NoInlining;
294 switch (Inlining) {
611 // inlining happening.
  /prebuilts/go/darwin-x86/pkg/bootstrap/src/bootstrap/compile/internal/gc/
lex.go 62 {"typeassert", &Debug_typeassert}, // print information about type assertion inlining
223 obj.Flagcount("l", "disable inlining", &Debug['l'])
301 // enable inlining. for now:
302 // default: inlining on. (debug['l'] == 1)
303 // -l: inlining off (debug['l'] == 0)
304 // -ll, -lll: inlining on again, with extra debugging (debug['l'] > 1)
423 // Phase 5: Inlining
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/
lex.go 59 {"typeassert", &Debug_typeassert}, // print information about type assertion inlining
220 obj.Flagcount("l", "disable inlining", &Debug['l'])
298 // enable inlining. for now:
299 // default: inlining on. (debug['l'] == 1)
300 // -l: inlining off (debug['l'] == 0)
301 // -ll, -lll: inlining on again, with extra debugging (debug['l'] > 1)
420 // Phase 5: Inlining
    [all...]
  /prebuilts/go/linux-x86/pkg/bootstrap/src/bootstrap/compile/internal/gc/
lex.go 62 {"typeassert", &Debug_typeassert}, // print information about type assertion inlining
223 obj.Flagcount("l", "disable inlining", &Debug['l'])
301 // enable inlining. for now:
302 // default: inlining on. (debug['l'] == 1)
303 // -l: inlining off (debug['l'] == 0)
304 // -ll, -lll: inlining on again, with extra debugging (debug['l'] > 1)
423 // Phase 5: Inlining
    [all...]
  /prebuilts/go/linux-x86/src/cmd/compile/internal/gc/
lex.go 59 {"typeassert", &Debug_typeassert}, // print information about type assertion inlining
220 obj.Flagcount("l", "disable inlining", &Debug['l'])
298 // enable inlining. for now:
299 // default: inlining on. (debug['l'] == 1)
300 // -l: inlining off (debug['l'] == 0)
301 // -ll, -lll: inlining on again, with extra debugging (debug['l'] > 1)
420 // Phase 5: Inlining
    [all...]

Completed in 2526 milliseconds