HomeSort by relevance Sort by last modified time
    Searched defs:InlineRuntimeLUT (Results 1 - 4 of 4) sorted by null

  /external/v8/src/mips/
codegen-mips.h 189 struct InlineRuntimeLUT {
194 static InlineRuntimeLUT* FindInlineRuntimeLUT(Handle<String> name);
197 const InlineRuntimeLUT& new_entry,
198 InlineRuntimeLUT* old_entry);
299 static InlineRuntimeLUT kInlineRuntimeLUT[];
  /external/v8/src/arm/
codegen-arm.h 326 struct InlineRuntimeLUT {
331 static InlineRuntimeLUT* FindInlineRuntimeLUT(Handle<String> name);
334 const InlineRuntimeLUT& new_entry,
335 InlineRuntimeLUT* old_entry);
443 static InlineRuntimeLUT kInlineRuntimeLUT[];
  /external/v8/src/ia32/
codegen-ia32.h 520 struct InlineRuntimeLUT {
525 static InlineRuntimeLUT* FindInlineRuntimeLUT(Handle<String> name);
528 const InlineRuntimeLUT& new_entry,
529 InlineRuntimeLUT* old_entry);
646 static InlineRuntimeLUT kInlineRuntimeLUT[];
    [all...]
  /external/v8/src/x64/
codegen-x64.h 506 struct InlineRuntimeLUT {
510 static InlineRuntimeLUT* FindInlineRuntimeLUT(Handle<String> name);
513 const InlineRuntimeLUT& new_entry,
514 InlineRuntimeLUT* old_entry);
630 static InlineRuntimeLUT kInlineRuntimeLUT[];

Completed in 41 milliseconds