HomeSort by relevance Sort by last modified time
    Searched refs:expected_safepoint_kind_ (Results 1 - 18 of 18) sorted by null

  /external/v8/src/crankshaft/arm/
lithium-codegen-arm.h 33 expected_safepoint_kind_(Safepoint::kSimple) {
327 Safepoint::Kind expected_safepoint_kind_; member in class:v8::internal::LCodeGen
334 DCHECK(codegen_->expected_safepoint_kind_ == Safepoint::kSimple);
335 codegen_->expected_safepoint_kind_ = Safepoint::kWithRegisters;
340 DCHECK(codegen_->expected_safepoint_kind_ == Safepoint::kWithRegisters);
342 codegen_->expected_safepoint_kind_ = Safepoint::kSimple;
lithium-codegen-arm.cc 879 DCHECK(expected_safepoint_kind_ == kind);
    [all...]
  /external/v8/src/crankshaft/ia32/
lithium-codegen-ia32.h 35 expected_safepoint_kind_(Safepoint::kSimple) {
326 Safepoint::Kind expected_safepoint_kind_; member in class:v8::internal::LCodeGen
332 DCHECK(codegen_->expected_safepoint_kind_ == Safepoint::kSimple);
334 codegen_->expected_safepoint_kind_ = Safepoint::kWithRegisters;
339 DCHECK(codegen_->expected_safepoint_kind_ == Safepoint::kWithRegisters);
341 codegen_->expected_safepoint_kind_ = Safepoint::kSimple;
lithium-codegen-ia32.cc 782 DCHECK(kind == expected_safepoint_kind_);
    [all...]
  /external/v8/src/crankshaft/x64/
lithium-codegen-x64.h 35 expected_safepoint_kind_(Safepoint::kSimple) {
321 Safepoint::Kind expected_safepoint_kind_; member in class:v8::internal::LCodeGen
328 DCHECK(codegen_->expected_safepoint_kind_ == Safepoint::kSimple);
330 codegen_->expected_safepoint_kind_ = Safepoint::kWithRegisters;
334 DCHECK(codegen_->expected_safepoint_kind_ == Safepoint::kWithRegisters);
336 codegen_->expected_safepoint_kind_ = Safepoint::kSimple;
lithium-codegen-x64.cc 809 DCHECK(kind == expected_safepoint_kind_);
    [all...]
  /external/v8/src/crankshaft/x87/
lithium-codegen-x87.h 38 expected_safepoint_kind_(Safepoint::kSimple) {
424 Safepoint::Kind expected_safepoint_kind_; member in class:v8::internal::LCodeGen
430 DCHECK(codegen_->expected_safepoint_kind_ == Safepoint::kSimple);
432 codegen_->expected_safepoint_kind_ = Safepoint::kWithRegisters;
437 DCHECK(codegen_->expected_safepoint_kind_ == Safepoint::kWithRegisters);
439 codegen_->expected_safepoint_kind_ = Safepoint::kSimple;
lithium-codegen-x87.cc     [all...]
  /external/v8/src/crankshaft/ppc/
lithium-codegen-ppc.h 33 expected_safepoint_kind_(Safepoint::kSimple) {
293 Safepoint::Kind expected_safepoint_kind_; member in class:v8::internal::LCodeGen
lithium-codegen-ppc.cc 43 DCHECK(codegen_->expected_safepoint_kind_ == Safepoint::kSimple);
44 codegen_->expected_safepoint_kind_ = Safepoint::kWithRegisters;
50 DCHECK(codegen_->expected_safepoint_kind_ == Safepoint::kWithRegisters);
53 codegen_->expected_safepoint_kind_ = Safepoint::kSimple;
822 DCHECK(expected_safepoint_kind_ == kind);
    [all...]
  /external/v8/src/crankshaft/s390/
lithium-codegen-s390.h 33 expected_safepoint_kind_(Safepoint::kSimple) {
292 Safepoint::Kind expected_safepoint_kind_; member in class:v8::internal::LCodeGen
lithium-codegen-s390.cc 43 DCHECK(codegen_->expected_safepoint_kind_ == Safepoint::kSimple);
44 codegen_->expected_safepoint_kind_ = Safepoint::kWithRegisters;
50 DCHECK(codegen_->expected_safepoint_kind_ == Safepoint::kWithRegisters);
53 codegen_->expected_safepoint_kind_ = Safepoint::kSimple;
813 DCHECK(expected_safepoint_kind_ == kind);
    [all...]
  /external/v8/src/crankshaft/arm64/
lithium-codegen-arm64.h 35 expected_safepoint_kind_(Safepoint::kSimple),
356 Safepoint::Kind expected_safepoint_kind_; member in class:v8::internal::LCodeGen
lithium-codegen-arm64.cc 47 DCHECK(codegen_->expected_safepoint_kind_ == Safepoint::kSimple);
48 codegen_->expected_safepoint_kind_ = Safepoint::kWithRegisters;
61 DCHECK(codegen_->expected_safepoint_kind_ == Safepoint::kWithRegisters);
64 codegen_->expected_safepoint_kind_ = Safepoint::kSimple;
488 DCHECK(expected_safepoint_kind_ == kind);
    [all...]
  /external/v8/src/crankshaft/mips/
lithium-codegen-mips.h 33 expected_safepoint_kind_(Safepoint::kSimple) {
356 Safepoint::Kind expected_safepoint_kind_; member in class:v8::internal::LCodeGen
lithium-codegen-mips.cc 69 DCHECK(codegen_->expected_safepoint_kind_ == Safepoint::kSimple);
70 codegen_->expected_safepoint_kind_ = Safepoint::kWithRegisters;
78 DCHECK(codegen_->expected_safepoint_kind_ == Safepoint::kWithRegisters);
82 codegen_->expected_safepoint_kind_ = Safepoint::kSimple;
864 DCHECK(expected_safepoint_kind_ == kind);
    [all...]
  /external/v8/src/crankshaft/mips64/
lithium-codegen-mips64.h 33 expected_safepoint_kind_(Safepoint::kSimple) {
359 Safepoint::Kind expected_safepoint_kind_; member in class:v8::internal::LCodeGen
lithium-codegen-mips64.cc 45 DCHECK(codegen_->expected_safepoint_kind_ == Safepoint::kSimple);
46 codegen_->expected_safepoint_kind_ = Safepoint::kWithRegisters;
54 DCHECK(codegen_->expected_safepoint_kind_ == Safepoint::kWithRegisters);
58 codegen_->expected_safepoint_kind_ = Safepoint::kSimple;
853 DCHECK(expected_safepoint_kind_ == kind);
    [all...]

Completed in 620 milliseconds