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

  /external/v8/src/mips/
ic-mips.cc 112 void KeyedStoreIC::ClearInlinedVersion(Address address) {}
113 void KeyedStoreIC::RestoreInlinedVersion(Address address) {}
114 bool KeyedStoreIC::PatchInlinedStore(Address address, Object* map) {
148 void KeyedStoreIC::Generate(MacroAssembler* masm,
154 void KeyedStoreIC::GenerateGeneric(MacroAssembler* masm) {
159 void KeyedStoreIC::GenerateExternalArray(MacroAssembler* masm,
165 void KeyedStoreIC::GenerateExtendStorage(MacroAssembler* masm) {
  /external/v8/src/
builtins.cc     [all...]
ic.h 61 // and KeyedStoreIC.
383 class KeyedStoreIC: public IC {
385 KeyedStoreIC() : IC(NO_EXTRA_FRAME) { }
ic.cc 223 case Code::KEYED_STORE_IC: return KeyedStoreIC::Clear(address, target);
263 void KeyedStoreIC::Clear(Address address, Code* target) {
293 Code* KeyedStoreIC::external_array_stub(JSObject::ElementsKind elements_kind) {
    [all...]
debug.cc 432 if (code->is_keyed_store_stub()) KeyedStoreIC::ClearInlinedVersion(pc());
451 if (code->is_keyed_store_stub()) KeyedStoreIC::RestoreInlinedVersion(pc());
    [all...]
  /external/v8/src/arm/
ic-arm.cc 488 void KeyedStoreIC::ClearInlinedVersion(Address address) {}
489 void KeyedStoreIC::RestoreInlinedVersion(Address address) {}
490 bool KeyedStoreIC::PatchInlinedStore(Address address, Object* map) {
647 void KeyedStoreIC::GenerateMiss(MacroAssembler* masm) {
662 void KeyedStoreIC::GenerateRuntimeSetProperty(MacroAssembler* masm) {
676 void KeyedStoreIC::GenerateGeneric(MacroAssembler* masm) {
793 void KeyedStoreIC::GenerateExternalArray(MacroAssembler* masm,
  /external/v8/src/x64/
ic-x64.cc 188 bool KeyedStoreIC::PatchInlinedStore(Address address, Object* map) {
200 void KeyedStoreIC::ClearInlinedVersion(Address address) {
208 void KeyedStoreIC::RestoreInlinedVersion(Address address) {
602 void KeyedStoreIC::GenerateMiss(MacroAssembler* masm) {
621 void KeyedStoreIC::GenerateRuntimeSetProperty(MacroAssembler* masm) {
640 void KeyedStoreIC::GenerateGeneric(MacroAssembler* masm) {
782 void KeyedStoreIC::GenerateExternalArray(MacroAssembler* masm,
    [all...]
  /external/v8/src/ia32/
ic-ia32.cc 603 void KeyedStoreIC::GenerateGeneric(MacroAssembler* masm) {
740 void KeyedStoreIC::GenerateExternalArray(MacroAssembler* masm,
    [all...]

Completed in 83 milliseconds