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

1 2

  /external/chromium_org/v8/test/mjsunit/regress/
regress-358088.js 13 f([]); // f KeyedStoreIC goes to 1.GROW
regress-117409.js 30 function KeyedStoreIC(a) { a[0] = Math.E; }
36 KeyedStoreIC(literal);
37 KeyedStoreIC(literal);
49 KeyedStoreIC(literal);
regress-128018.js 30 function KeyedStoreIC(a) { a[(1)] = Math.E; }
34 KeyedStoreIC(literal);
regress-1174.js 31 // reloc info that only take up 1 byte per call (like KeyedStoreIC).
  /external/chromium_org/v8/src/
code-factory.h 38 static Callable KeyedStoreIC(Isolate* isolate, StrictMode mode);
code-factory.cc 37 Callable CodeFactory::KeyedStoreIC(Isolate* isolate, StrictMode mode) {
builtins.cc     [all...]
type-info.cc 124 return KeyedStoreIC::GetKeyedAccessStoreMode(code->extra_ic_state());
  /external/chromium_org/v8/src/ic/
ic-compiler.cc 74 KeyedStoreIC::GetKeyedAccessStoreMode(extra_ic_state));
125 KeyedStoreIC::ComputeExtraICState(strict_mode, store_mode);
143 DCHECK(KeyedStoreIC::GetKeyedAccessStoreMode(code->extra_ic_state()) ==
294 KeyedStoreIC::ComputeExtraICState(strict_mode, store_mode);
ic-inl.h 147 void KeyedStoreIC::set_target(Code* code) {
ic.h 39 // IC is the base class for LoadIC, StoreIC, KeyedLoadIC, and KeyedStoreIC.
530 class KeyedStoreIC : public StoreIC {
548 KeyedStoreIC(FrameDepth depth, Isolate* isolate) : StoreIC(depth, isolate) {
ic.cc 123 KeyedStoreIC::GetKeyedAccessStoreMode(extra_state));
493 return KeyedStoreIC::Clear(isolate, address, target, constant_pool);
545 void KeyedStoreIC::Clear(Isolate* isolate, Address address, Code* target,
    [all...]
  /external/chromium_org/v8/test/mjsunit/
array-store-and-grow.js 30 // Verifies that the KeyedStoreIC correctly handles out-of-bounds stores
strict-mode.js 853 // Specialized KeyedStoreIC experiencing miss.
    [all...]
  /external/chromium_org/v8/src/ic/arm/
ic-arm.cc 372 void KeyedStoreIC::GenerateSloppyArguments(MacroAssembler* masm) {
616 void KeyedStoreIC::GenerateMiss(MacroAssembler* masm) {
768 void KeyedStoreIC::GenerateGeneric(MacroAssembler* masm,
    [all...]
  /external/chromium_org/v8/src/ic/arm64/
ic-arm64.cc 301 // KeyedStoreIC::GenerateSloppyArguments and it must be a HeapObject.
373 void KeyedStoreIC::GenerateSloppyArguments(MacroAssembler* masm) {
374 ASM_LOCATION("KeyedStoreIC::GenerateSloppyArguments");
656 void KeyedStoreIC::GenerateMiss(MacroAssembler* masm) {
657 ASM_LOCATION("KeyedStoreIC::GenerateMiss");
801 void KeyedStoreIC::GenerateGeneric(MacroAssembler* masm,
803 ASM_LOCATION("KeyedStoreIC::GenerateGeneric");
    [all...]
  /external/chromium_org/v8/src/ic/ia32/
ic-ia32.cc 506 void KeyedStoreIC::GenerateSloppyArguments(MacroAssembler* masm) {
675 void KeyedStoreIC::GenerateGeneric(MacroAssembler* masm,
    [all...]
  /external/chromium_org/v8/src/ic/mips/
ic-mips.cc 377 void KeyedStoreIC::GenerateSloppyArguments(MacroAssembler* masm) {
769 void KeyedStoreIC::GenerateGeneric(MacroAssembler* masm,
    [all...]
  /external/chromium_org/v8/src/ic/mips64/
ic-mips64.cc 375 void KeyedStoreIC::GenerateSloppyArguments(MacroAssembler* masm) {
778 void KeyedStoreIC::GenerateGeneric(MacroAssembler* masm,
    [all...]
  /external/chromium_org/v8/src/ic/x64/
ic-x64.cc 569 void KeyedStoreIC::GenerateGeneric(MacroAssembler* masm,
725 void KeyedStoreIC::GenerateSloppyArguments(MacroAssembler* masm) {
    [all...]
  /external/chromium_org/v8/src/ic/x87/
ic-x87.cc 508 void KeyedStoreIC::GenerateSloppyArguments(MacroAssembler* masm) {
677 void KeyedStoreIC::GenerateGeneric(MacroAssembler* masm,
    [all...]
  /external/chromium_org/v8/src/compiler/
js-generic-lowering.cc 293 Callable callable = CodeFactory::KeyedStoreIC(isolate(), strict_mode);
  /external/chromium_org/v8/src/arm/
full-codegen-arm.cc     [all...]
  /external/chromium_org/v8/src/arm64/
full-codegen-arm64.cc     [all...]
  /external/chromium_org/v8/src/ia32/
full-codegen-ia32.cc     [all...]

Completed in 468 milliseconds

1 2