Searched refs:profiling_counter_ (Results 1 - 4 of 4) sorted by relevance

/external/v8/src/
H A Dfull-codegen.h801 Handle<JSGlobalPropertyCell> profiling_counter_; member in class:v8::internal::FullCodeGenerator
/external/v8/src/arm/
H A Dfull-codegen-arm.cc140 profiling_counter_ = isolate()->factory()->NewJSGlobalPropertyCell(
324 __ mov(r2, Operand(profiling_counter_));
341 __ mov(r2, Operand(profiling_counter_));
/external/v8/src/ia32/
H A Dfull-codegen-ia32.cc128 profiling_counter_ = isolate()->factory()->NewJSGlobalPropertyCell(
315 __ mov(ebx, Immediate(profiling_counter_));
331 __ mov(ebx, Immediate(profiling_counter_));
/external/v8/src/mips/
H A Dfull-codegen-mips.cc148 profiling_counter_ = isolate()->factory()->NewJSGlobalPropertyCell(
327 __ li(a2, Operand(profiling_counter_));
344 __ li(a2, Operand(profiling_counter_));

Completed in 129 milliseconds