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

1 2

  /external/v8/src/
macro-assembler.h 19 enum AllocationFlags {
269 Isolate* isolate, AllocationFlags flags) {
278 Isolate* isolate, AllocationFlags flags) {
code-stub-assembler.h 79 compiler::Node* Allocate(compiler::Node* size, AllocationFlags flags = kNone);
80 compiler::Node* Allocate(int size, AllocationFlags flags = kNone);
431 AllocationFlags flags,
435 AllocationFlags flags,
  /external/v8/src/x87/
macro-assembler-x87.h 622 Register scratch, Label* gc_required, AllocationFlags flags);
627 Label* gc_required, AllocationFlags flags);
630 Register scratch, Label* gc_required, AllocationFlags flags);
636 AllocationFlags flags);
638 AllocationFlags flags);
    [all...]
codegen-x87.cc 275 AllocationFlags flags = static_cast<AllocationFlags>(DOUBLE_ALIGNMENT);
macro-assembler-x87.cc     [all...]
  /external/v8/src/ia32/
macro-assembler-ia32.h 633 Register scratch, Label* gc_required, AllocationFlags flags);
638 Label* gc_required, AllocationFlags flags);
641 Register scratch, Label* gc_required, AllocationFlags flags);
647 AllocationFlags flags);
649 AllocationFlags flags);
    [all...]
macro-assembler-ia32.cc     [all...]
codegen-ia32.cc 553 AllocationFlags flags = static_cast<AllocationFlags>(DOUBLE_ALIGNMENT);
  /external/v8/src/x64/
macro-assembler-x64.h     [all...]
  /external/v8/src/compiler/
code-assembler.h 201 typedef base::Flags<AllocationFlag> AllocationFlags;
398 DEFINE_OPERATORS_FOR_FLAGS(CodeAssembler::AllocationFlags);
  /external/v8/src/arm/
macro-assembler-arm.h 778 AllocationFlags flags);
781 Register scratch, Label* gc_required, AllocationFlags flags);
787 Register scratch2, AllocationFlags flags);
790 Register scratch, AllocationFlags flags);
    [all...]
  /external/v8/src/ppc/
macro-assembler-ppc.h 709 Register scratch2, Label* gc_required, AllocationFlags flags);
712 Register scratch, Label* gc_required, AllocationFlags flags);
718 Register scratch2, AllocationFlags flags);
721 Register scratch, AllocationFlags flags);
    [all...]
  /external/v8/src/arm64/
macro-assembler-arm64.h     [all...]
  /external/v8/src/mips/
macro-assembler-mips.h 553 AllocationFlags flags);
556 Register scratch, Label* gc_required, AllocationFlags flags);
562 Register scratch2, AllocationFlags flags);
565 Register scratch, AllocationFlags flags);
    [all...]
  /external/v8/src/mips64/
macro-assembler-mips64.h 585 AllocationFlags flags);
588 Register scratch, Label* gc_required, AllocationFlags flags);
594 Register scratch2, AllocationFlags flags);
597 Register scratch, AllocationFlags flags);
    [all...]
  /external/v8/src/s390/
macro-assembler-s390.h     [all...]
  /external/v8/src/crankshaft/arm/
lithium-codegen-arm.cc     [all...]
  /external/v8/src/crankshaft/arm64/
lithium-codegen-arm64.cc     [all...]
  /external/v8/src/crankshaft/ia32/
lithium-codegen-ia32.cc     [all...]
  /external/v8/src/crankshaft/mips/
lithium-codegen-mips.cc     [all...]
  /external/v8/src/crankshaft/mips64/
lithium-codegen-mips64.cc     [all...]
  /external/v8/src/crankshaft/ppc/
lithium-codegen-ppc.cc     [all...]
  /external/v8/src/crankshaft/s390/
lithium-codegen-s390.cc     [all...]
  /external/v8/src/crankshaft/x64/
lithium-codegen-x64.cc     [all...]
  /external/v8/src/crankshaft/x87/
lithium-codegen-x87.cc     [all...]

Completed in 998 milliseconds

1 2