Home
last modified time | relevance | path

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

/external/v8/src/full-codegen/
Dfull-codegen.h956 Handle<Cell> profiling_counter_; variable
/external/v8/src/full-codegen/x64/
Dfull-codegen-x64.cc94 profiling_counter_ = isolate()->factory()->NewCell( in Generate()
358 __ Move(rbx, profiling_counter_, RelocInfo::EMBEDDED_OBJECT); in EmitProfilingCounterDecrement()
366 __ Move(rbx, profiling_counter_, RelocInfo::EMBEDDED_OBJECT); in EmitProfilingCounterReset()
/external/v8/src/full-codegen/arm64/
Dfull-codegen-arm64.cc105 profiling_counter_ = isolate()->factory()->NewCell( in Generate()
380 __ Mov(x2, Operand(profiling_counter_)); in EmitProfilingCounterDecrement()
389 __ Mov(x2, Operand(profiling_counter_)); in EmitProfilingCounterReset()
/external/v8/src/full-codegen/mips/
Dfull-codegen-mips.cc114 profiling_counter_ = isolate()->factory()->NewCell( in Generate()
382 __ li(a2, Operand(profiling_counter_)); in EmitProfilingCounterDecrement()
395 __ li(a2, Operand(profiling_counter_)); in EmitProfilingCounterReset()
/external/v8/src/full-codegen/ppc/
Dfull-codegen-ppc.cc103 profiling_counter_ = isolate()->factory()->NewCell( in Generate()
381 __ mov(r5, Operand(profiling_counter_)); in EmitProfilingCounterDecrement()
390 __ mov(r5, Operand(profiling_counter_)); in EmitProfilingCounterReset()
/external/v8/src/full-codegen/arm/
Dfull-codegen-arm.cc106 profiling_counter_ = isolate()->factory()->NewCell( in Generate()
376 __ mov(r2, Operand(profiling_counter_)); in EmitProfilingCounterDecrement()
397 __ mov(r2, Operand(profiling_counter_)); in EmitProfilingCounterReset()
/external/v8/src/full-codegen/x87/
Dfull-codegen-x87.cc95 profiling_counter_ = isolate()->factory()->NewCell( in Generate()
359 __ mov(ebx, Immediate(profiling_counter_)); in EmitProfilingCounterDecrement()
367 __ mov(ebx, Immediate(profiling_counter_)); in EmitProfilingCounterReset()
/external/v8/src/full-codegen/ia32/
Dfull-codegen-ia32.cc95 profiling_counter_ = isolate()->factory()->NewCell( in Generate()
362 __ mov(ebx, Immediate(profiling_counter_)); in EmitProfilingCounterDecrement()
370 __ mov(ebx, Immediate(profiling_counter_)); in EmitProfilingCounterReset()
/external/v8/src/full-codegen/mips64/
Dfull-codegen-mips64.cc114 profiling_counter_ = isolate()->factory()->NewCell( in Generate()
381 __ li(a2, Operand(profiling_counter_)); in EmitProfilingCounterDecrement()
394 __ li(a2, Operand(profiling_counter_)); in EmitProfilingCounterReset()