Searched refs:profiling_counter_ (Results 1 – 9 of 9) sorted by relevance
/external/v8/src/full-codegen/ |
D | full-codegen.h | 956 Handle<Cell> profiling_counter_; variable
|
/external/v8/src/full-codegen/x64/ |
D | full-codegen-x64.cc | 94 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/ |
D | full-codegen-arm64.cc | 105 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/ |
D | full-codegen-mips.cc | 114 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/ |
D | full-codegen-ppc.cc | 103 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/ |
D | full-codegen-arm.cc | 106 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/ |
D | full-codegen-x87.cc | 95 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/ |
D | full-codegen-ia32.cc | 95 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/ |
D | full-codegen-mips64.cc | 114 profiling_counter_ = isolate()->factory()->NewCell( in Generate() 381 __ li(a2, Operand(profiling_counter_)); in EmitProfilingCounterDecrement() 394 __ li(a2, Operand(profiling_counter_)); in EmitProfilingCounterReset()
|