/external/v8/src/ |
macro-assembler.h | 19 enum AllocationFlags { 269 Isolate* isolate, AllocationFlags flags) { 278 Isolate* isolate, AllocationFlags flags) {
|
code-stub-assembler.h | 65 typedef base::Flags<AllocationFlag> AllocationFlags; 157 compiler::Node* Allocate(compiler::Node* size, AllocationFlags flags = kNone); 158 compiler::Node* Allocate(int size, AllocationFlags flags = kNone); 396 AllocationFlags flags = kNone); 399 ParameterMode mode = INTPTR_PARAMETERS, AllocationFlags flags = kNone); 402 AllocationFlags flags = kNone); 405 ParameterMode mode = INTPTR_PARAMETERS, AllocationFlags flags = kNone); 424 AllocationFlags flags = kNone); 431 AllocationFlags flags = kNone); 437 AllocationFlags flags = kNone) [all...] |
code-stub-assembler.cc | 724 AllocationFlags flags, 770 AllocationFlags flags, 823 Node* CodeStubAssembler::Allocate(Node* size_in_bytes, AllocationFlags flags) { 844 Node* CodeStubAssembler::Allocate(int size_in_bytes, AllocationFlags flags) { [all...] |
/external/v8/src/ia32/ |
macro-assembler-ia32.h | 618 Register scratch, Label* gc_required, AllocationFlags flags); 623 Label* gc_required, AllocationFlags flags); 626 Register scratch, Label* gc_required, AllocationFlags flags); 632 AllocationFlags flags); 634 AllocationFlags flags); [all...] |
macro-assembler-ia32.cc | [all...] |
codegen-ia32.cc | 553 AllocationFlags flags = static_cast<AllocationFlags>(DOUBLE_ALIGNMENT);
|
/external/v8/src/x87/ |
macro-assembler-x87.h | 607 Register scratch, Label* gc_required, AllocationFlags flags); 612 Label* gc_required, AllocationFlags flags); 615 Register scratch, Label* gc_required, AllocationFlags flags); 621 AllocationFlags flags); 623 AllocationFlags flags); [all...] |
codegen-x87.cc | 275 AllocationFlags flags = static_cast<AllocationFlags>(DOUBLE_ALIGNMENT);
|
macro-assembler-x87.cc | [all...] |
/external/v8/src/x64/ |
macro-assembler-x64.h | [all...] |
macro-assembler-x64.cc | [all...] |
/external/v8/src/arm/ |
macro-assembler-arm.h | 783 AllocationFlags flags); 786 Register scratch, Label* gc_required, AllocationFlags flags); 792 Register scratch2, AllocationFlags flags); 795 Register scratch, AllocationFlags flags); [all...] |
macro-assembler-arm.cc | [all...] |
/external/v8/src/mips/ |
macro-assembler-mips.h | 549 AllocationFlags flags); 552 Register scratch, Label* gc_required, AllocationFlags flags); 558 Register scratch2, AllocationFlags flags); 561 Register scratch, AllocationFlags flags); [all...] |
/external/v8/src/ppc/ |
macro-assembler-ppc.h | 711 Register scratch2, Label* gc_required, AllocationFlags flags); 714 Register scratch, Label* gc_required, AllocationFlags flags); 720 Register scratch2, AllocationFlags flags); 723 Register scratch, AllocationFlags flags); [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...] |
/external/v8/src/arm64/ |
macro-assembler-arm64.h | [all...] |