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

  /external/v8/src/
builtins.cc     [all...]
ic.h 65 // IC is the base class for LoadIC, StoreIC, CallIC, KeyedLoadIC,
322 class LoadIC: public IC {
324 explicit LoadIC(Isolate* isolate) : IC(NO_EXTRA_FRAME, isolate) {
ic.cc 347 case Code::LOAD_IC: return LoadIC::Clear(address, target);
389 void LoadIC::Clear(Address address, Code* target) {
802 MaybeObject* LoadIC::Load(State state,
833 if (FLAG_trace_ic) PrintF("[LoadIC : +#length /string]\n");
857 if (FLAG_trace_ic) PrintF("[LoadIC : +#length /array]\n");
    [all...]
  /external/chromium_org/v8/src/
ic.h 66 // IC is the base class for LoadIC, StoreIC, CallIC, KeyedLoadIC,
368 class LoadIC: public IC {
370 explicit LoadIC(FrameDepth depth, Isolate* isolate) : IC(depth, isolate) {
442 class KeyedLoadIC: public LoadIC {
445 : LoadIC(depth, isolate) {
builtins.cc     [all...]
ic.cc 385 case Code::LOAD_IC: return LoadIC::Clear(address, target);
424 void LoadIC::Clear(Address address, Code* target) {
    [all...]
  /external/v8/src/arm/
ic-arm.cc 107 // Helper function used from LoadIC/CallIC GenerateNormal.
216 void LoadIC::GenerateArrayLength(MacroAssembler* masm) {
231 void LoadIC::GenerateStringLength(MacroAssembler* masm, bool support_wrappers) {
248 void LoadIC::GenerateFunctionPrototype(MacroAssembler* masm) {
697 void LoadIC::GenerateMegamorphic(MacroAssembler* masm) {
716 void LoadIC::GenerateNormal(MacroAssembler* masm) {
737 void LoadIC::GenerateMiss(MacroAssembler* masm) {
    [all...]
  /external/v8/src/ia32/
ic-ia32.cc 219 void LoadIC::GenerateArrayLength(MacroAssembler* masm) {
233 void LoadIC::GenerateStringLength(MacroAssembler* masm,
249 void LoadIC::GenerateFunctionPrototype(MacroAssembler* masm) {
    [all...]
  /external/v8/src/mips/
ic-mips.cc 103 // Helper function used from LoadIC/CallIC GenerateNormal.
218 void LoadIC::GenerateArrayLength(MacroAssembler* masm) {
233 void LoadIC::GenerateStringLength(MacroAssembler* masm, bool support_wrappers) {
250 void LoadIC::GenerateFunctionPrototype(MacroAssembler* masm) {
694 void LoadIC::GenerateMegamorphic(MacroAssembler* masm) {
712 void LoadIC::GenerateNormal(MacroAssembler* masm) {
733 void LoadIC::GenerateMiss(MacroAssembler* masm) {
    [all...]
  /external/v8/src/x64/
ic-x64.cc 228 void LoadIC::GenerateArrayLength(MacroAssembler* masm) {
242 void LoadIC::GenerateStringLength(MacroAssembler* masm, bool support_wrappers) {
257 void LoadIC::GenerateFunctionPrototype(MacroAssembler* masm) {
    [all...]
  /external/chromium_org/v8/test/mjsunit/
delete.js 160 // Check that a LoadIC for a dictionary field works, even
  /external/v8/test/mjsunit/
delete.js 160 // Check that a LoadIC for a dictionary field works, even
  /external/chromium_org/v8/src/arm/
ic-arm.cc 107 // Helper function used from LoadIC/CallIC GenerateNormal.
650 void LoadIC::GenerateMegamorphic(MacroAssembler* masm) {
669 void LoadIC::GenerateNormal(MacroAssembler* masm) {
689 void LoadIC::GenerateMiss(MacroAssembler* masm) {
709 void LoadIC::GenerateRuntimeGetProperty(MacroAssembler* masm) {
    [all...]
  /external/chromium_org/v8/src/ia32/
ic-ia32.cc     [all...]
  /external/chromium_org/v8/src/mips/
ic-mips.cc 103 // Helper function used from LoadIC/CallIC GenerateNormal.
650 void LoadIC::GenerateMegamorphic(MacroAssembler* masm) {
669 void LoadIC::GenerateNormal(MacroAssembler* masm) {
689 void LoadIC::GenerateMiss(MacroAssembler* masm) {
708 void LoadIC::GenerateRuntimeGetProperty(MacroAssembler* masm) {
    [all...]
  /external/chromium_org/v8/src/x64/
ic-x64.cc     [all...]
  /external/v8/tools/
tickprocessor.js 44 /^(?:CallIC|LoadIC|StoreIC)|(?:Builtin: (?:Keyed)?(?:Call|Load|Store)IC_)/;
  /external/chromium_org/v8/tools/
tickprocessor.js 44 /^(?:CallIC|LoadIC|StoreIC)|(?:Builtin: (?:Keyed)?(?:Call|Load|Store)IC_)/;

Completed in 2728 milliseconds