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

1 2

  /external/chromium_org/v8/src/
codegen.h 102 AllocationSiteMode mode,
105 AllocationSiteMode mode,
108 AllocationSiteMode mode,
code-stubs.h 610 AllocationSiteMode allocation_site_mode,
621 AllocationSiteMode allocation_site_mode() const {
647 AllocationSiteMode allocation_site_mode_;
650 class AllocationSiteModeBits: public BitField<AllocationSiteMode, 0, 1> {};
    [all...]
hydrogen.h     [all...]
code-stubs-hydrogen.cc 339 AllocationSiteMode alloc_site_mode = casted_stub()->allocation_site_mode();
hydrogen-instructions.h     [all...]
hydrogen.cc     [all...]
objects.h     [all...]
objects-inl.h     [all...]
heap.cc     [all...]
  /external/chromium_org/v8/src/mips/
codegen-mips.cc 147 MacroAssembler* masm, AllocationSiteMode mode,
177 MacroAssembler* masm, AllocationSiteMode mode, Label* fail) {
307 MacroAssembler* masm, AllocationSiteMode mode, Label* fail) {
lithium-codegen-mips.h 392 AllocationSiteMode mode);
ic-mips.cc     [all...]
full-codegen-mips.cc     [all...]
  /external/chromium_org/v8/src/x64/
codegen-x64.cc 255 MacroAssembler* masm, AllocationSiteMode mode,
283 MacroAssembler* masm, AllocationSiteMode mode, Label* fail) {
410 MacroAssembler* masm, AllocationSiteMode mode, Label* fail) {
lithium-codegen-x64.h 339 AllocationSiteMode mode);
ic-x64.cc 676 AllocationSiteMode mode = AllocationSite::GetMode(FAST_SMI_ELEMENTS,
    [all...]
full-codegen-x64.cc     [all...]
  /external/chromium_org/v8/src/arm/
codegen-arm.cc 393 MacroAssembler* masm, AllocationSiteMode mode,
423 MacroAssembler* masm, AllocationSiteMode mode, Label* fail) {
549 MacroAssembler* masm, AllocationSiteMode mode, Label* fail) {
lithium-codegen-arm.h 371 AllocationSiteMode mode);
ic-arm.cc     [all...]
full-codegen-arm.cc     [all...]
  /external/chromium_org/v8/src/ia32/
lithium-codegen-ia32.h 386 AllocationSiteMode mode);
codegen-ia32.cc 653 MacroAssembler* masm, AllocationSiteMode mode,
681 MacroAssembler* masm, AllocationSiteMode mode, Label* fail) {
820 MacroAssembler* masm, AllocationSiteMode mode, Label* fail) {
    [all...]
ic-ia32.cc 802 AllocationSiteMode mode = AllocationSite::GetMode(FAST_SMI_ELEMENTS,
    [all...]
full-codegen-ia32.cc     [all...]

Completed in 118 milliseconds

1 2