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

  /external/chromium_org/v8/src/
full-codegen.h 839 Handle<Cell> profiling_counter_; member in class:v8::internal::FullCodeGenerator
    [all...]
  /external/chromium_org/v8/src/arm/
full-codegen-arm.cc 112 profiling_counter_ = isolate()->factory()->NewCell(
343 __ mov(r2, Operand(profiling_counter_));
368 __ mov(r2, Operand(profiling_counter_));
    [all...]
  /external/chromium_org/v8/src/arm64/
full-codegen-arm64.cc 110 profiling_counter_ = isolate()->factory()->NewCell(
342 __ Mov(x2, Operand(profiling_counter_));
355 __ Mov(x2, Operand(profiling_counter_));
    [all...]
  /external/chromium_org/v8/src/ia32/
full-codegen-ia32.cc 100 profiling_counter_ = isolate()->factory()->NewCell(
331 __ mov(ebx, Immediate(profiling_counter_));
339 __ mov(ebx, Immediate(profiling_counter_));
    [all...]
  /external/chromium_org/v8/src/mips/
full-codegen-mips.cc 120 profiling_counter_ = isolate()->factory()->NewCell(
348 __ li(a2, Operand(profiling_counter_));
361 __ li(a2, Operand(profiling_counter_));
    [all...]
  /external/chromium_org/v8/src/mips64/
full-codegen-mips64.cc 120 profiling_counter_ = isolate()->factory()->NewCell(
344 __ li(a2, Operand(profiling_counter_));
357 __ li(a2, Operand(profiling_counter_));
    [all...]
  /external/chromium_org/v8/src/x64/
full-codegen-x64.cc 100 profiling_counter_ = isolate()->factory()->NewCell(
327 __ Move(rbx, profiling_counter_, RelocInfo::EMBEDDED_OBJECT);
335 __ Move(rbx, profiling_counter_, RelocInfo::EMBEDDED_OBJECT);
    [all...]
  /external/chromium_org/v8/src/x87/
full-codegen-x87.cc 100 profiling_counter_ = isolate()->factory()->NewCell(
328 __ mov(ebx, Immediate(profiling_counter_));
336 __ mov(ebx, Immediate(profiling_counter_));
    [all...]

Completed in 3563 milliseconds