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

1 2

  /external/v8/src/crankshaft/arm/
lithium-codegen-arm.h 226 bool is_tail_call, LInstruction* instr);
lithium-codegen-arm.cc 3530 bool is_tail_call = hinstr->tail_call_mode() == TailCallMode::kAllow; local
    [all...]
  /external/v8/src/crankshaft/ia32/
lithium-codegen-ia32.h 199 bool is_tail_call, LInstruction* instr);
lithium-codegen-ia32.cc 3422 bool is_tail_call = hinstr->tail_call_mode() == TailCallMode::kAllow; local
    [all...]
  /external/v8/src/crankshaft/ppc/
lithium-codegen-ppc.h 202 bool is_tail_call, LInstruction* instr);
lithium-codegen-ppc.cc 3798 bool is_tail_call = hinstr->tail_call_mode() == TailCallMode::kAllow; local
    [all...]
  /external/v8/src/crankshaft/s390/
lithium-codegen-s390.h 202 bool is_tail_call, LInstruction* instr);
lithium-codegen-s390.cc 3704 bool is_tail_call = hinstr->tail_call_mode() == TailCallMode::kAllow; local
    [all...]
  /external/v8/src/crankshaft/x64/
lithium-codegen-x64.h 200 bool is_tail_call, LInstruction* instr);
lithium-codegen-x64.cc 3590 bool is_tail_call = hinstr->tail_call_mode() == TailCallMode::kAllow; local
    [all...]
  /external/v8/src/crankshaft/arm64/
lithium-codegen-arm64.h 327 bool is_tail_call, LInstruction* instr);
lithium-codegen-arm64.cc 2872 bool is_tail_call = hinstr->tail_call_mode() == TailCallMode::kAllow; local
    [all...]
  /external/v8/src/crankshaft/mips/
lithium-codegen-mips.h 220 bool is_tail_call, LInstruction* instr);
lithium-codegen-mips.cc 3510 bool is_tail_call = hinstr->tail_call_mode() == TailCallMode::kAllow; local
    [all...]
  /external/v8/src/crankshaft/mips64/
lithium-codegen-mips64.h 222 bool is_tail_call, LInstruction* instr);
lithium-codegen-mips64.cc 3713 bool is_tail_call = hinstr->tail_call_mode() == TailCallMode::kAllow; local
    [all...]
  /external/v8/src/crankshaft/x87/
lithium-codegen-x87.h 227 bool is_tail_call, LInstruction* instr);
lithium-codegen-x87.cc 3711 bool is_tail_call = hinstr->tail_call_mode() == TailCallMode::kAllow; local
    [all...]
  /external/v8/src/full-codegen/
full-codegen.h 397 void EmitProfilingCounterHandlingForReturnSequence(bool is_tail_call);
    [all...]
  /external/llvm/test/Bindings/OCaml/
core.ml     [all...]
  /external/swiftshader/third_party/LLVM/test/Bindings/Ocaml/
vmcore.ml     [all...]
  /external/v8/src/full-codegen/arm/
full-codegen-arm.cc 411 bool is_tail_call) {
424 if (!is_tail_call) {
428 if (!is_tail_call) {
    [all...]
  /external/v8/src/full-codegen/arm64/
full-codegen-arm64.cc 398 bool is_tail_call) {
411 if (!is_tail_call) {
415 if (!is_tail_call) {
    [all...]
  /external/v8/src/full-codegen/ia32/
full-codegen-ia32.cc 376 bool is_tail_call) {
389 if (!is_tail_call) {
393 if (!is_tail_call) {
    [all...]
  /external/v8/src/full-codegen/mips/
full-codegen-mips.cc 407 bool is_tail_call) {
420 if (!is_tail_call) {
424 if (!is_tail_call) {
    [all...]

Completed in 237 milliseconds

1 2