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

1 2

  /external/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/v8/test/mjsunit/
ensure-growing-store-learns.js 56 // The KeyedStoreIC will learn GROW_MODE.
array-store-and-grow.js 30 // Verifies that the KeyedStoreIC correctly handles out-of-bounds stores
  /external/v8/src/
code-factory.cc 99 Callable CodeFactory::KeyedStoreIC(Isolate* isolate,
102 KeyedStoreIC::initialize_stub(isolate, language_mode, UNINITIALIZED),
114 return Callable(KeyedStoreIC::initialize_stub_in_optimized_code(
code-factory.h 53 static Callable KeyedStoreIC(Isolate* isolate, LanguageMode mode);
builtins.cc     [all...]
type-feedback-vector.cc 790 KeyedStoreIC::Clear(GetIsolate(), host, this);
  /external/v8/src/ic/
ic-inl.h 114 void KeyedStoreIC::set_target(Code* code) {
ic-compiler.cc 73 KeyedStoreIC::ComputeExtraICState(language_mode, store_mode);
169 KeyedStoreIC::ComputeExtraICState(language_mode, store_mode);
ic.cc 525 void KeyedStoreIC::Clear(Isolate* isolate, Address address, Code* target,
534 void KeyedStoreIC::Clear(Isolate* isolate, Code* host,
931 Handle<Code> KeyedStoreIC::initialize_stub(Isolate* isolate,
944 Handle<Code> KeyedStoreIC::initialize_stub_in_optimized_code(
956 Handle<Code> KeyedStoreIC::ChooseMegamorphicStub(Isolate* isolate,
    [all...]
ic.h 16 // IC is the base class for LoadIC, StoreIC, KeyedLoadIC, and KeyedStoreIC.
514 class KeyedStoreIC : public StoreIC {
536 KeyedStoreIC(FrameDepth depth, Isolate* isolate,
  /external/v8/src/ic/arm64/
ic-arm64.cc 476 void KeyedStoreIC::GenerateMiss(MacroAssembler* masm) {
477 ASM_LOCATION("KeyedStoreIC::GenerateMiss");
615 void KeyedStoreIC::GenerateMegamorphic(MacroAssembler* masm,
617 ASM_LOCATION("KeyedStoreIC::GenerateMegamorphic");
    [all...]
  /external/v8/src/ic/ia32/
ic-ia32.cc 514 void KeyedStoreIC::GenerateMegamorphic(MacroAssembler* masm,
792 void KeyedStoreIC::GenerateMiss(MacroAssembler* masm) {
    [all...]
  /external/v8/src/ic/x64/
ic-x64.cc 515 void KeyedStoreIC::GenerateMegamorphic(MacroAssembler* masm,
786 void KeyedStoreIC::GenerateMiss(MacroAssembler* masm) {
    [all...]
  /external/v8/src/ic/x87/
ic-x87.cc 514 void KeyedStoreIC::GenerateMegamorphic(MacroAssembler* masm,
792 void KeyedStoreIC::GenerateMiss(MacroAssembler* masm) {
    [all...]
  /external/v8/src/ic/arm/
ic-arm.cc 468 void KeyedStoreIC::GenerateMiss(MacroAssembler* masm) {
614 void KeyedStoreIC::GenerateMegamorphic(MacroAssembler* masm,
    [all...]
  /external/v8/src/ic/mips/
ic-mips.cc 611 void KeyedStoreIC::GenerateMegamorphic(MacroAssembler* masm,
745 void KeyedStoreIC::GenerateMiss(MacroAssembler* masm) {
    [all...]
  /external/v8/src/ic/mips64/
ic-mips64.cc 611 void KeyedStoreIC::GenerateMegamorphic(MacroAssembler* masm,
743 void KeyedStoreIC::GenerateMiss(MacroAssembler* masm) {
    [all...]
  /external/v8/src/ic/ppc/
ic-ppc.cc 478 void KeyedStoreIC::GenerateMiss(MacroAssembler* masm) {
627 void KeyedStoreIC::GenerateMegamorphic(MacroAssembler* masm,
    [all...]
  /external/v8/src/full-codegen/arm64/
full-codegen-arm64.cc     [all...]
  /external/v8/src/full-codegen/ia32/
full-codegen-ia32.cc     [all...]
  /external/v8/src/full-codegen/x64/
full-codegen-x64.cc     [all...]

Completed in 1769 milliseconds

1 2