Searched refs:PushSafepointRegistersScope (Results 1 - 18 of 18) sorted by relevance

/external/v8/src/crankshaft/s390/
H A Dlithium-codegen-s390.h294 class PushSafepointRegistersScope final BASE_EMBEDDED {
296 explicit PushSafepointRegistersScope(LCodeGen* codegen);
298 ~PushSafepointRegistersScope();
H A Dlithium-codegen-s390.cc39 LCodeGen::PushSafepointRegistersScope::PushSafepointRegistersScope( function in class:v8::internal::LCodeGen::PushSafepointRegistersScope
49 LCodeGen::PushSafepointRegistersScope::~PushSafepointRegistersScope() {
3364 PushSafepointRegistersScope scope(this);
4283 PushSafepointRegistersScope scope(this);
4350 PushSafepointRegistersScope scope(this);
4410 PushSafepointRegistersScope scope(this);
4472 PushSafepointRegistersScope scope(this);
4593 PushSafepointRegistersScope scop
[all...]
/external/v8/src/crankshaft/arm/
H A Dlithium-codegen-arm.h329 class PushSafepointRegistersScope final BASE_EMBEDDED {
331 explicit PushSafepointRegistersScope(LCodeGen* codegen) function in class:v8::internal::LCodeGen::BASE_EMBEDDED
339 ~PushSafepointRegistersScope() {
H A Dlithium-codegen-arm.cc3216 PushSafepointRegistersScope scope(this);
4030 PushSafepointRegistersScope scope(this);
4097 PushSafepointRegistersScope scope(this);
4163 PushSafepointRegistersScope scope(this);
4227 PushSafepointRegistersScope scope(this);
4363 PushSafepointRegistersScope scope(this);
4418 PushSafepointRegistersScope scope(this);
4770 PushSafepointRegistersScope scope(this);
4970 PushSafepointRegistersScope scope(this);
5197 PushSafepointRegistersScope scop
[all...]
/external/v8/src/crankshaft/arm64/
H A Dlithium-codegen-arm64.h369 class PushSafepointRegistersScope BASE_EMBEDDED {
371 explicit PushSafepointRegistersScope(LCodeGen* codegen);
373 ~PushSafepointRegistersScope();
H A Dlithium-codegen-arm64.cc43 LCodeGen::PushSafepointRegistersScope::PushSafepointRegistersScope( function in class:v8::internal::LCodeGen::PushSafepointRegistersScope
60 LCodeGen::PushSafepointRegistersScope::~PushSafepointRegistersScope() {
1469 PushSafepointRegistersScope scope(this);
2029 PushSafepointRegistersScope scope(this);
3389 { PushSafepointRegistersScope scope(this);
4126 PushSafepointRegistersScope scope(this);
4189 PushSafepointRegistersScope scope(this);
4620 PushSafepointRegistersScope scop
[all...]
/external/v8/src/crankshaft/ia32/
H A Dlithium-codegen-ia32.h328 class PushSafepointRegistersScope final BASE_EMBEDDED {
330 explicit PushSafepointRegistersScope(LCodeGen* codegen) function in class:v8::internal::LCodeGen::BASE_EMBEDDED
338 ~PushSafepointRegistersScope() {
H A Dlithium-codegen-ia32.cc2989 PushSafepointRegistersScope scope(this);
3842 PushSafepointRegistersScope scope(this);
3910 PushSafepointRegistersScope scope(this);
3956 PushSafepointRegistersScope scope(this);
4022 PushSafepointRegistersScope scope(this);
4148 PushSafepointRegistersScope scope(this);
4201 PushSafepointRegistersScope scope(this);
4555 PushSafepointRegistersScope scope(this);
4772 PushSafepointRegistersScope scope(this);
4964 PushSafepointRegistersScope scop
[all...]
/external/v8/src/crankshaft/mips/
H A Dlithium-codegen-mips.h358 class PushSafepointRegistersScope final BASE_EMBEDDED {
360 explicit PushSafepointRegistersScope(LCodeGen* codegen);
362 ~PushSafepointRegistersScope();
H A Dlithium-codegen-mips.cc65 LCodeGen::PushSafepointRegistersScope::PushSafepointRegistersScope( function in class:v8::internal::LCodeGen::PushSafepointRegistersScope
77 LCodeGen::PushSafepointRegistersScope::~PushSafepointRegistersScope() {
3144 PushSafepointRegistersScope scope(this);
4002 PushSafepointRegistersScope scope(this);
4071 PushSafepointRegistersScope scope(this);
4136 PushSafepointRegistersScope scope(this);
4200 PushSafepointRegistersScope scope(this);
4333 PushSafepointRegistersScope scop
[all...]
/external/v8/src/crankshaft/mips64/
H A Dlithium-codegen-mips64.h361 class PushSafepointRegistersScope final BASE_EMBEDDED {
363 explicit PushSafepointRegistersScope(LCodeGen* codegen);
365 ~PushSafepointRegistersScope();
H A Dlithium-codegen-mips64.cc41 LCodeGen::PushSafepointRegistersScope::PushSafepointRegistersScope( function in class:v8::internal::LCodeGen::PushSafepointRegistersScope
53 LCodeGen::PushSafepointRegistersScope::~PushSafepointRegistersScope() {
3330 PushSafepointRegistersScope scope(this);
4236 PushSafepointRegistersScope scope(this);
4291 PushSafepointRegistersScope scope(this);
4356 PushSafepointRegistersScope scope(this);
4420 PushSafepointRegistersScope scope(this);
4526 PushSafepointRegistersScope scop
[all...]
/external/v8/src/crankshaft/ppc/
H A Dlithium-codegen-ppc.h295 class PushSafepointRegistersScope final BASE_EMBEDDED {
297 explicit PushSafepointRegistersScope(LCodeGen* codegen);
299 ~PushSafepointRegistersScope();
H A Dlithium-codegen-ppc.cc39 LCodeGen::PushSafepointRegistersScope::PushSafepointRegistersScope( function in class:v8::internal::LCodeGen::PushSafepointRegistersScope
49 LCodeGen::PushSafepointRegistersScope::~PushSafepointRegistersScope() {
3416 PushSafepointRegistersScope scope(this);
4338 PushSafepointRegistersScope scope(this);
4407 PushSafepointRegistersScope scope(this);
4471 PushSafepointRegistersScope scope(this);
4536 PushSafepointRegistersScope scope(this);
4661 PushSafepointRegistersScope scop
[all...]
/external/v8/src/crankshaft/x64/
H A Dlithium-codegen-x64.h323 class PushSafepointRegistersScope final BASE_EMBEDDED {
325 explicit PushSafepointRegistersScope(LCodeGen* codegen) function in class:v8::internal::LCodeGen::BASE_EMBEDDED
333 ~PushSafepointRegistersScope() {
H A Dlithium-codegen-x64.cc3183 PushSafepointRegistersScope scope(this);
4119 PushSafepointRegistersScope scope(this);
4177 PushSafepointRegistersScope scope(this);
4241 PushSafepointRegistersScope scope(this);
4306 PushSafepointRegistersScope scope(this);
4434 PushSafepointRegistersScope scope(this);
4487 PushSafepointRegistersScope scope(this);
4826 PushSafepointRegistersScope scope(this);
5047 PushSafepointRegistersScope scope(this);
5249 PushSafepointRegistersScope scop
[all...]
/external/v8/src/crankshaft/x87/
H A Dlithium-codegen-x87.h426 class PushSafepointRegistersScope final BASE_EMBEDDED {
428 explicit PushSafepointRegistersScope(LCodeGen* codegen) function in class:v8::internal::LCodeGen::BASE_EMBEDDED
436 ~PushSafepointRegistersScope() {
H A Dlithium-codegen-x87.cc3273 PushSafepointRegistersScope scope(this);
4179 PushSafepointRegistersScope scope(this);
4241 PushSafepointRegistersScope scope(this);
4288 PushSafepointRegistersScope scope(this);
4355 PushSafepointRegistersScope scope(this);
4501 PushSafepointRegistersScope scope(this);
4559 PushSafepointRegistersScope scope(this);
4953 PushSafepointRegistersScope scope(this);
5264 PushSafepointRegistersScope scope(this);
5457 PushSafepointRegistersScope scop
[all...]

Completed in 290 milliseconds