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

  /external/v8/src/ic/
ic-compiler.cc 16 Handle<Code> PropertyICCompiler::Find(Handle<Name> name,
28 bool PropertyICCompiler::IncludesNumberType(TypeHandleList* types) {
36 Handle<Code> PropertyICCompiler::CompileMonomorphic(Handle<HeapType> type,
49 Handle<Code> PropertyICCompiler::ComputeMonomorphic(
78 PropertyICCompiler ic_compiler(isolate, kind, extra_ic_state, flag);
86 Handle<Code> PropertyICCompiler::ComputeKeyedLoadMonomorphic(
110 PropertyICCompiler compiler(isolate, Code::KEYED_LOAD_IC);
120 Handle<Code> PropertyICCompiler::ComputeKeyedStoreMonomorphic(
138 PropertyICCompiler compiler(isolate, Code::KEYED_STORE_IC, extra_state);
149 Code* PropertyICCompiler::FindPreMonomorphic(Isolate* isolate, Code::Kind kind
    [all...]
ic-compiler.h 17 class PropertyICCompiler : public PropertyAccessCompiler {
55 // TODO(verwaest): Move all uses of these helpers to the PropertyICCompiler
62 PropertyICCompiler(Isolate* isolate, Code::Kind kind,
ic.cc 530 Code* code = PropertyICCompiler::FindPreMonomorphic(isolate, Code::LOAD_IC,
539 Code* code = PropertyICCompiler::FindPreMonomorphic(isolate, Code::STORE_IC,
691 ic = PropertyICCompiler::ComputeMonomorphic(kind(), name, type, code,
703 ic = PropertyICCompiler::ComputePolymorphic(kind(), &types, &handlers,
755 Handle<Code> ic = PropertyICCompiler::ComputeMonomorphic(
817 return PropertyICCompiler::ComputeLoad(isolate, UNINITIALIZED, extra_state);
834 return PropertyICCompiler::ComputeLoad(isolate, PREMONOMORPHIC, extra_state);
    [all...]
  /external/v8/src/ic/arm/
ic-compiler-arm.cc 18 void PropertyICCompiler::GenerateRuntimeSetProperty(MacroAssembler* masm,
35 Handle<Code> PropertyICCompiler::CompilePolymorphic(TypeHandleList* types,
96 Handle<Code> PropertyICCompiler::CompileKeyedStorePolymorphic(
ic-arm.cc 824 PropertyICCompiler::GenerateRuntimeSetProperty(masm, strict_mode);
    [all...]
  /external/v8/src/ic/arm64/
ic-compiler-arm64.cc 17 void PropertyICCompiler::GenerateRuntimeSetProperty(MacroAssembler* masm,
19 ASM_LOCATION("PropertyICCompiler::GenerateRuntimeSetProperty");
36 Handle<Code> PropertyICCompiler::CompilePolymorphic(TypeHandleList* types,
97 Handle<Code> PropertyICCompiler::CompileKeyedStorePolymorphic(
102 ASM_LOCATION("PropertyICCompiler::CompileStorePolymorphic");
ic-arm64.cc     [all...]
  /external/v8/src/ic/ia32/
ic-compiler-ia32.cc 18 void PropertyICCompiler::GenerateRuntimeSetProperty(MacroAssembler* masm,
39 Handle<Code> PropertyICCompiler::CompilePolymorphic(TypeHandleList* types,
98 Handle<Code> PropertyICCompiler::CompileKeyedStorePolymorphic(
ic-ia32.cc 713 PropertyICCompiler::GenerateRuntimeSetProperty(masm, strict_mode);
    [all...]
  /external/v8/src/ic/mips/
ic-compiler-mips.cc 18 Handle<Code> PropertyICCompiler::CompilePolymorphic(TypeHandleList* types,
81 Handle<Code> PropertyICCompiler::CompileKeyedStorePolymorphic(
114 void PropertyICCompiler::GenerateRuntimeSetProperty(MacroAssembler* masm,
ic-mips.cc     [all...]
  /external/v8/src/ic/mips64/
ic-compiler-mips64.cc 18 Handle<Code> PropertyICCompiler::CompilePolymorphic(TypeHandleList* types,
81 Handle<Code> PropertyICCompiler::CompileKeyedStorePolymorphic(
114 void PropertyICCompiler::GenerateRuntimeSetProperty(MacroAssembler* masm,
ic-mips64.cc     [all...]
  /external/v8/src/ic/x64/
ic-compiler-x64.cc 18 void PropertyICCompiler::GenerateRuntimeSetProperty(MacroAssembler* masm,
41 Handle<Code> PropertyICCompiler::CompileKeyedStorePolymorphic(
73 Handle<Code> PropertyICCompiler::CompilePolymorphic(TypeHandleList* types,
ic-x64.cc 610 PropertyICCompiler::GenerateRuntimeSetProperty(masm, strict_mode);
    [all...]
  /external/v8/src/ic/x87/
ic-compiler-x87.cc 18 void PropertyICCompiler::GenerateRuntimeSetProperty(MacroAssembler* masm,
39 Handle<Code> PropertyICCompiler::CompilePolymorphic(TypeHandleList* types,
98 Handle<Code> PropertyICCompiler::CompileKeyedStorePolymorphic(
ic-x87.cc 715 PropertyICCompiler::GenerateRuntimeSetProperty(masm, strict_mode);
    [all...]

Completed in 178 milliseconds