Home
last modified time | relevance | path

Searched refs:expected_safepoint_kind_ (Results 1 – 16 of 16) sorted by relevance

/external/v8/src/crankshaft/arm/
Dlithium-codegen-arm.h33 expected_safepoint_kind_(Safepoint::kSimple) { in LCodeGen()
326 Safepoint::Kind expected_safepoint_kind_; variable
333 DCHECK(codegen_->expected_safepoint_kind_ == Safepoint::kSimple); in PushSafepointRegistersScope()
334 codegen_->expected_safepoint_kind_ = Safepoint::kWithRegisters; in PushSafepointRegistersScope()
339 DCHECK(codegen_->expected_safepoint_kind_ == Safepoint::kWithRegisters); in ~PushSafepointRegistersScope()
341 codegen_->expected_safepoint_kind_ = Safepoint::kSimple; in ~PushSafepointRegistersScope()
Dlithium-codegen-arm.cc894 DCHECK(expected_safepoint_kind_ == kind); in RecordSafepoint()
/external/v8/src/crankshaft/x64/
Dlithium-codegen-x64.h35 expected_safepoint_kind_(Safepoint::kSimple) { in LCodeGen()
319 Safepoint::Kind expected_safepoint_kind_; variable
326 DCHECK(codegen_->expected_safepoint_kind_ == Safepoint::kSimple); in PushSafepointRegistersScope()
328 codegen_->expected_safepoint_kind_ = Safepoint::kWithRegisters; in PushSafepointRegistersScope()
332 DCHECK(codegen_->expected_safepoint_kind_ == Safepoint::kWithRegisters); in ~PushSafepointRegistersScope()
334 codegen_->expected_safepoint_kind_ = Safepoint::kSimple; in ~PushSafepointRegistersScope()
Dlithium-codegen-x64.cc828 DCHECK(kind == expected_safepoint_kind_); in RecordSafepoint()
/external/v8/src/crankshaft/ppc/
Dlithium-codegen-ppc.h33 expected_safepoint_kind_(Safepoint::kSimple) { in LCodeGen()
290 Safepoint::Kind expected_safepoint_kind_; variable
297 DCHECK(codegen_->expected_safepoint_kind_ == Safepoint::kSimple); in PushSafepointRegistersScope()
298 codegen_->expected_safepoint_kind_ = Safepoint::kWithRegisters; in PushSafepointRegistersScope()
304 DCHECK(codegen_->expected_safepoint_kind_ == Safepoint::kWithRegisters); in ~PushSafepointRegistersScope()
307 codegen_->expected_safepoint_kind_ = Safepoint::kSimple; in ~PushSafepointRegistersScope()
Dlithium-codegen-ppc.cc820 DCHECK(expected_safepoint_kind_ == kind); in RecordSafepoint()
/external/v8/src/crankshaft/ia32/
Dlithium-codegen-ia32.h37 expected_safepoint_kind_(Safepoint::kSimple) { in LCodeGen()
329 Safepoint::Kind expected_safepoint_kind_; variable
335 DCHECK(codegen_->expected_safepoint_kind_ == Safepoint::kSimple); in PushSafepointRegistersScope()
337 codegen_->expected_safepoint_kind_ = Safepoint::kWithRegisters; in PushSafepointRegistersScope()
342 DCHECK(codegen_->expected_safepoint_kind_ == Safepoint::kWithRegisters); in ~PushSafepointRegistersScope()
344 codegen_->expected_safepoint_kind_ = Safepoint::kSimple; in ~PushSafepointRegistersScope()
Dlithium-codegen-ia32.cc900 DCHECK(kind == expected_safepoint_kind_); in RecordSafepoint()
/external/v8/src/crankshaft/mips/
Dlithium-codegen-mips.h33 expected_safepoint_kind_(Safepoint::kSimple) { in LCodeGen()
355 Safepoint::Kind expected_safepoint_kind_; variable
362 DCHECK(codegen_->expected_safepoint_kind_ == Safepoint::kSimple); in PushSafepointRegistersScope()
363 codegen_->expected_safepoint_kind_ = Safepoint::kWithRegisters; in PushSafepointRegistersScope()
371 DCHECK(codegen_->expected_safepoint_kind_ == Safepoint::kWithRegisters); in ~PushSafepointRegistersScope()
375 codegen_->expected_safepoint_kind_ = Safepoint::kSimple; in ~PushSafepointRegistersScope()
Dlithium-codegen-mips.cc861 DCHECK(expected_safepoint_kind_ == kind); in RecordSafepoint()
/external/v8/src/crankshaft/mips64/
Dlithium-codegen-mips64.h33 expected_safepoint_kind_(Safepoint::kSimple) { in LCodeGen()
358 Safepoint::Kind expected_safepoint_kind_; variable
365 DCHECK(codegen_->expected_safepoint_kind_ == Safepoint::kSimple); in PushSafepointRegistersScope()
366 codegen_->expected_safepoint_kind_ = Safepoint::kWithRegisters; in PushSafepointRegistersScope()
374 DCHECK(codegen_->expected_safepoint_kind_ == Safepoint::kWithRegisters); in ~PushSafepointRegistersScope()
378 codegen_->expected_safepoint_kind_ = Safepoint::kSimple; in ~PushSafepointRegistersScope()
Dlithium-codegen-mips64.cc850 DCHECK(expected_safepoint_kind_ == kind); in RecordSafepoint()
/external/v8/src/crankshaft/arm64/
Dlithium-codegen-arm64.h35 expected_safepoint_kind_(Safepoint::kSimple), in LCodeGen()
355 Safepoint::Kind expected_safepoint_kind_; variable
373 DCHECK(codegen_->expected_safepoint_kind_ == Safepoint::kSimple); in PushSafepointRegistersScope()
374 codegen_->expected_safepoint_kind_ = Safepoint::kWithRegisters; in PushSafepointRegistersScope()
387 DCHECK(codegen_->expected_safepoint_kind_ == Safepoint::kWithRegisters); in ~PushSafepointRegistersScope()
390 codegen_->expected_safepoint_kind_ = Safepoint::kSimple; in ~PushSafepointRegistersScope()
Dlithium-codegen-arm64.cc517 DCHECK(expected_safepoint_kind_ == kind); in RecordSafepoint()
/external/v8/src/crankshaft/x87/
Dlithium-codegen-x87.h40 expected_safepoint_kind_(Safepoint::kSimple) { in LCodeGen()
427 Safepoint::Kind expected_safepoint_kind_; variable
433 DCHECK(codegen_->expected_safepoint_kind_ == Safepoint::kSimple); in PushSafepointRegistersScope()
435 codegen_->expected_safepoint_kind_ = Safepoint::kWithRegisters; in PushSafepointRegistersScope()
440 DCHECK(codegen_->expected_safepoint_kind_ == Safepoint::kWithRegisters); in ~PushSafepointRegistersScope()
442 codegen_->expected_safepoint_kind_ = Safepoint::kSimple; in ~PushSafepointRegistersScope()
Dlithium-codegen-x87.cc1191 DCHECK(kind == expected_safepoint_kind_); in RecordSafepoint()