Searched refs:profiling_counter_ (Results 1 – 10 of 10) sorted by relevance
/external/v8/src/full-codegen/ |
D | full-codegen.h | 943 Handle<Cell> profiling_counter_; variable
|
/external/v8/src/full-codegen/x64/ |
D | full-codegen-x64.cc | 97 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/ |
D | full-codegen-x87.cc | 97 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/ |
D | full-codegen-ia32.cc | 97 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/ |
D | full-codegen-ppc.cc | 106 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/ |
D | full-codegen-mips64.cc | 116 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/ |
D | full-codegen-arm64.cc | 108 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/ |
D | full-codegen-mips.cc | 116 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/ |
D | full-codegen-arm.cc | 108 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/ |
D | full-codegen-s390.cc | 112 profiling_counter_ = isolate()->factory()->NewCell( in Generate() 376 __ mov(r4, Operand(profiling_counter_)); in EmitProfilingCounterDecrement() 390 __ mov(r4, Operand(profiling_counter_)); in EmitProfilingCounterReset()
|