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

  /external/v8/src/
code-factory.cc 30 Callable CodeFactory::StoreIC(Isolate* isolate, StrictMode mode) {
31 return Callable(StoreIC::initialize_stub(isolate, mode),
code-factory.h 37 static Callable StoreIC(Isolate* isolate, StrictMode mode);
builtins.h 93 V(StoreIC_Setter_ForDeopt, STORE_IC, MONOMORPHIC, StoreIC::kStrictModeState) \
101 StoreIC::kStrictModeState) \
103 StoreIC::kStrictModeState) \
105 StoreIC::kStrictModeState) \
builtins.cc     [all...]
full-codegen.cc 429 Handle<Code> ic = CodeFactory::StoreIC(isolate(), strict_mode()).code();
    [all...]
  /external/v8/src/ic/
ic-inl.h 106 DCHECK(StoreIC::GetStrictMode(old_target->extra_ic_state()) ==
107 StoreIC::GetStrictMode(target->extra_ic_state()));
139 void StoreIC::set_target(Code* code) {
ic-compiler.cc 326 StoreIC::GenerateInitialize(masm());
334 StoreIC::GeneratePreMonomorphic(masm());
344 StrictMode strict_mode = StoreIC::GetStrictMode(extra_state);
353 StoreIC::GenerateMegamorphic(masm());
ic.h 39 // IC is the base class for LoadIC, StoreIC, KeyedLoadIC, and KeyedStoreIC.
447 class StoreIC : public IC {
461 StoreIC(FrameDepth depth, Isolate* isolate) : IC(depth, isolate) {
530 class KeyedStoreIC : public StoreIC {
548 KeyedStoreIC(FrameDepth depth, Isolate* isolate) : StoreIC(depth, isolate) {
ic.cc 491 return StoreIC::Clear(isolate, address, target, constant_pool);
536 void StoreIC::Clear(Isolate* isolate, Address address, Code* target,
550 isolate, StoreIC::GetStrictMode(target->extra_ic_state())),
    [all...]
  /external/v8/src/ic/arm/
ic-arm.cc 82 // Helper function used from StoreIC::GenerateNormal.
    [all...]
  /external/v8/src/ic/arm64/
ic-arm64.cc 74 // Helper function used from StoreIC::GenerateNormal.
    [all...]
  /external/v8/src/ic/ia32/
ic-ia32.cc 834 void StoreIC::GenerateMegamorphic(MacroAssembler* masm) {
    [all...]
  /external/v8/src/ic/mips/
ic-mips.cc 83 // Helper function used from StoreIC::GenerateNormal.
    [all...]
  /external/v8/src/ic/mips64/
ic-mips64.cc 83 // Helper function used from StoreIC::GenerateNormal.
    [all...]
  /external/v8/src/ic/x64/
ic-x64.cc     [all...]
  /external/v8/src/ic/x87/
ic-x87.cc 836 void StoreIC::GenerateMegamorphic(MacroAssembler* masm) {
    [all...]
  /external/v8/src/compiler/
js-generic-lowering.cc 300 Callable callable = CodeFactory::StoreIC(isolate(), params.strict_mode);
  /external/v8/tools/
tickprocessor.js 44 /^(?:CallIC|LoadIC|StoreIC)|(?:Builtin: (?:Keyed)?(?:Call|Load|Store)IC_)/;
  /external/v8/src/arm/
lithium-codegen-arm.cc     [all...]
  /external/v8/src/arm64/
lithium-codegen-arm64.cc     [all...]
  /external/v8/src/ia32/
lithium-codegen-ia32.cc     [all...]
  /external/v8/src/mips/
lithium-codegen-mips.cc     [all...]
  /external/v8/src/x64/
lithium-codegen-x64.cc     [all...]
  /external/v8/src/mips64/
lithium-codegen-mips64.cc     [all...]
  /external/v8/src/x87/
lithium-codegen-x87.cc     [all...]

Completed in 2356 milliseconds