Home
last modified time | relevance | path

Searched refs:profiling_counter_ (Results 1 – 10 of 10) sorted by relevance

/external/v8/src/full-codegen/
Dfull-codegen.h943 Handle<Cell> profiling_counter_; variable
/external/v8/src/full-codegen/x64/
Dfull-codegen-x64.cc97 profiling_counter_ = isolate()->factory()->NewCell( in Generate()
353 __ Move(rbx, profiling_counter_, RelocInfo::EMBEDDED_OBJECT); in EmitProfilingCounterDecrement()
361 __ Move(rbx, profiling_counter_, RelocInfo::EMBEDDED_OBJECT); in EmitProfilingCounterReset()
/external/v8/src/full-codegen/x87/
Dfull-codegen-x87.cc97 profiling_counter_ = isolate()->factory()->NewCell( in Generate()
353 __ mov(ebx, Immediate(profiling_counter_)); in EmitProfilingCounterDecrement()
361 __ mov(ebx, Immediate(profiling_counter_)); in EmitProfilingCounterReset()
/external/v8/src/full-codegen/ia32/
Dfull-codegen-ia32.cc97 profiling_counter_ = isolate()->factory()->NewCell( in Generate()
356 __ mov(ebx, Immediate(profiling_counter_)); in EmitProfilingCounterDecrement()
364 __ mov(ebx, Immediate(profiling_counter_)); in EmitProfilingCounterReset()
/external/v8/src/full-codegen/ppc/
Dfull-codegen-ppc.cc106 profiling_counter_ = isolate()->factory()->NewCell( in Generate()
376 __ mov(r5, Operand(profiling_counter_)); in EmitProfilingCounterDecrement()
385 __ mov(r5, Operand(profiling_counter_)); in EmitProfilingCounterReset()
/external/v8/src/full-codegen/mips64/
Dfull-codegen-mips64.cc116 profiling_counter_ = isolate()->factory()->NewCell( in Generate()
376 __ li(a2, Operand(profiling_counter_)); in EmitProfilingCounterDecrement()
389 __ li(a2, Operand(profiling_counter_)); in EmitProfilingCounterReset()
/external/v8/src/full-codegen/arm64/
Dfull-codegen-arm64.cc108 profiling_counter_ = isolate()->factory()->NewCell( in Generate()
368 __ Mov(x2, Operand(profiling_counter_)); in EmitProfilingCounterDecrement()
377 __ Mov(x2, Operand(profiling_counter_)); in EmitProfilingCounterReset()
/external/v8/src/full-codegen/mips/
Dfull-codegen-mips.cc116 profiling_counter_ = isolate()->factory()->NewCell( in Generate()
377 __ li(a2, Operand(profiling_counter_)); in EmitProfilingCounterDecrement()
390 __ li(a2, Operand(profiling_counter_)); in EmitProfilingCounterReset()
/external/v8/src/full-codegen/arm/
Dfull-codegen-arm.cc108 profiling_counter_ = isolate()->factory()->NewCell( in Generate()
367 __ mov(r2, Operand(profiling_counter_)); in EmitProfilingCounterDecrement()
388 __ mov(r2, Operand(profiling_counter_)); in EmitProfilingCounterReset()
/external/v8/src/full-codegen/s390/
Dfull-codegen-s390.cc112 profiling_counter_ = isolate()->factory()->NewCell( in Generate()
376 __ mov(r4, Operand(profiling_counter_)); in EmitProfilingCounterDecrement()
390 __ mov(r4, Operand(profiling_counter_)); in EmitProfilingCounterReset()