HomeSort by relevance Sort by last modified time
    Searched refs:is_tail_call (Results 1 - 25 of 31) 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 3625 bool is_tail_call = hinstr->tail_call_mode() == TailCallMode::kAllow; local
    [all...]
  /external/v8/src/crankshaft/arm64/
lithium-codegen-arm64.h 332 bool is_tail_call, LInstruction* instr);
lithium-codegen-arm64.cc 2888 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 3517 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 3579 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 3779 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 3859 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 3761 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 3685 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 3794 bool is_tail_call = hinstr->tail_call_mode() == TailCallMode::kAllow; local
    [all...]
  /external/v8/src/full-codegen/
full-codegen.h 494 void EmitProfilingCounterHandlingForReturnSequence(bool is_tail_call);
    [all...]
  /external/v8/src/full-codegen/arm64/
full-codegen-arm64.cc 408 bool is_tail_call) {
421 if (!is_tail_call) {
425 if (!is_tail_call) {
    [all...]
  /external/v8/src/full-codegen/ia32/
full-codegen-ia32.cc 384 bool is_tail_call) {
397 if (!is_tail_call) {
401 if (!is_tail_call) {
    [all...]
  /external/v8/src/full-codegen/x64/
full-codegen-x64.cc 387 bool is_tail_call) {
400 if (!is_tail_call) {
404 if (!is_tail_call) {
    [all...]
  /external/v8/src/full-codegen/x87/
full-codegen-x87.cc 381 bool is_tail_call) {
394 if (!is_tail_call) {
398 if (!is_tail_call) {
    [all...]
  /external/v8/src/full-codegen/arm/
full-codegen-arm.cc 420 bool is_tail_call) {
433 if (!is_tail_call) {
437 if (!is_tail_call) {
    [all...]
  /external/v8/src/full-codegen/mips/
full-codegen-mips.cc 412 bool is_tail_call) {
425 if (!is_tail_call) {
429 if (!is_tail_call) {
    [all...]

Completed in 97 milliseconds

1 2