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

  /external/chromium_org/v8/src/
full-codegen.h 826 Handle<Cell> profiling_counter_; member in class:v8::internal::FullCodeGenerator
    [all...]
  /external/chromium_org/v8/src/arm64/
full-codegen-arm64.cc 109 profiling_counter_ = isolate()->factory()->NewCell(
341 __ Mov(x2, Operand(profiling_counter_));
354 __ Mov(x2, Operand(profiling_counter_));
    [all...]
  /external/chromium_org/v8/src/x64/
full-codegen-x64.cc 99 profiling_counter_ = isolate()->factory()->NewCell(
326 __ Move(rbx, profiling_counter_, RelocInfo::EMBEDDED_OBJECT);
334 __ Move(rbx, profiling_counter_, RelocInfo::EMBEDDED_OBJECT);
    [all...]
  /external/chromium_org/v8/src/arm/
full-codegen-arm.cc 111 profiling_counter_ = isolate()->factory()->NewCell(
342 __ mov(r2, Operand(profiling_counter_));
355 __ mov(r2, Operand(profiling_counter_));
    [all...]
  /external/chromium_org/v8/src/ia32/
full-codegen-ia32.cc 99 profiling_counter_ = isolate()->factory()->NewCell(
330 __ mov(ebx, Immediate(profiling_counter_));
338 __ mov(ebx, Immediate(profiling_counter_));
    [all...]
  /external/chromium_org/v8/src/mips/
full-codegen-mips.cc 119 profiling_counter_ = isolate()->factory()->NewCell(
347 __ li(a2, Operand(profiling_counter_));
360 __ li(a2, Operand(profiling_counter_));
    [all...]
  /external/chromium_org/v8/src/x87/
full-codegen-x87.cc 99 profiling_counter_ = isolate()->factory()->NewCell(
329 __ mov(ebx, Immediate(profiling_counter_));
337 __ mov(ebx, Immediate(profiling_counter_));
    [all...]

Completed in 58 milliseconds