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) {
331 Safepoint::Kind expected_safepoint_kind_; member in class:v8::internal::LCodeGen
338 DCHECK(codegen_->expected_safepoint_kind_ == Safepoint::kSimple);
339 codegen_->expected_safepoint_kind_ = Safepoint::kWithRegisters;
344 DCHECK(codegen_->expected_safepoint_kind_ == Safepoint::kWithRegisters);
346 codegen_->expected_safepoint_kind_ = Safepoint::kSimple;
lithium-codegen-arm.cc 873 DCHECK(expected_safepoint_kind_ == kind);
    [all...]
  /external/v8/src/crankshaft/arm64/
lithium-codegen-arm64.h 35 expected_safepoint_kind_(Safepoint::kSimple),
362 Safepoint::Kind expected_safepoint_kind_; member in class:v8::internal::LCodeGen
380 DCHECK(codegen_->expected_safepoint_kind_ == Safepoint::kSimple);
381 codegen_->expected_safepoint_kind_ = Safepoint::kWithRegisters;
394 DCHECK(codegen_->expected_safepoint_kind_ == Safepoint::kWithRegisters);
397 codegen_->expected_safepoint_kind_ = Safepoint::kSimple;
lithium-codegen-arm64.cc 470 DCHECK(expected_safepoint_kind_ == kind);
    [all...]
  /external/v8/src/crankshaft/ia32/
lithium-codegen-ia32.h 35 expected_safepoint_kind_(Safepoint::kSimple) {
330 Safepoint::Kind expected_safepoint_kind_; member in class:v8::internal::LCodeGen
336 DCHECK(codegen_->expected_safepoint_kind_ == Safepoint::kSimple);
338 codegen_->expected_safepoint_kind_ = Safepoint::kWithRegisters;
343 DCHECK(codegen_->expected_safepoint_kind_ == Safepoint::kWithRegisters);
345 codegen_->expected_safepoint_kind_ = Safepoint::kSimple;
lithium-codegen-ia32.cc 776 DCHECK(kind == expected_safepoint_kind_);
    [all...]
  /external/v8/src/crankshaft/mips/
lithium-codegen-mips.h 33 expected_safepoint_kind_(Safepoint::kSimple) {
360 Safepoint::Kind expected_safepoint_kind_; member in class:v8::internal::LCodeGen
367 DCHECK(codegen_->expected_safepoint_kind_ == Safepoint::kSimple);
368 codegen_->expected_safepoint_kind_ = Safepoint::kWithRegisters;
376 DCHECK(codegen_->expected_safepoint_kind_ == Safepoint::kWithRegisters);
380 codegen_->expected_safepoint_kind_ = Safepoint::kSimple;
lithium-codegen-mips.cc 839 DCHECK(expected_safepoint_kind_ == kind);
    [all...]
  /external/v8/src/crankshaft/mips64/
lithium-codegen-mips64.h 33 expected_safepoint_kind_(Safepoint::kSimple) {
363 Safepoint::Kind expected_safepoint_kind_; member in class:v8::internal::LCodeGen
370 DCHECK(codegen_->expected_safepoint_kind_ == Safepoint::kSimple);
371 codegen_->expected_safepoint_kind_ = Safepoint::kWithRegisters;
379 DCHECK(codegen_->expected_safepoint_kind_ == Safepoint::kWithRegisters);
383 codegen_->expected_safepoint_kind_ = Safepoint::kSimple;
lithium-codegen-mips64.cc 828 DCHECK(expected_safepoint_kind_ == kind);
    [all...]
  /external/v8/src/crankshaft/ppc/
lithium-codegen-ppc.h 33 expected_safepoint_kind_(Safepoint::kSimple) {
297 Safepoint::Kind expected_safepoint_kind_; member in class:v8::internal::LCodeGen
304 DCHECK(codegen_->expected_safepoint_kind_ == Safepoint::kSimple);
305 codegen_->expected_safepoint_kind_ = Safepoint::kWithRegisters;
311 DCHECK(codegen_->expected_safepoint_kind_ == Safepoint::kWithRegisters);
314 codegen_->expected_safepoint_kind_ = Safepoint::kSimple;
lithium-codegen-ppc.cc 801 DCHECK(expected_safepoint_kind_ == kind);
    [all...]
  /external/v8/src/crankshaft/s390/
lithium-codegen-s390.h 33 expected_safepoint_kind_(Safepoint::kSimple) {
296 Safepoint::Kind expected_safepoint_kind_; member in class:v8::internal::LCodeGen
303 DCHECK(codegen_->expected_safepoint_kind_ == Safepoint::kSimple);
304 codegen_->expected_safepoint_kind_ = Safepoint::kWithRegisters;
310 DCHECK(codegen_->expected_safepoint_kind_ == Safepoint::kWithRegisters);
313 codegen_->expected_safepoint_kind_ = Safepoint::kSimple;
lithium-codegen-s390.cc 788 DCHECK(expected_safepoint_kind_ == kind);
    [all...]
  /external/v8/src/crankshaft/x64/
lithium-codegen-x64.h 35 expected_safepoint_kind_(Safepoint::kSimple) {
324 Safepoint::Kind expected_safepoint_kind_; member in class:v8::internal::LCodeGen
331 DCHECK(codegen_->expected_safepoint_kind_ == Safepoint::kSimple);
333 codegen_->expected_safepoint_kind_ = Safepoint::kWithRegisters;
337 DCHECK(codegen_->expected_safepoint_kind_ == Safepoint::kWithRegisters);
339 codegen_->expected_safepoint_kind_ = Safepoint::kSimple;
lithium-codegen-x64.cc 802 DCHECK(kind == expected_safepoint_kind_);
    [all...]
  /external/v8/src/crankshaft/x87/
lithium-codegen-x87.h 38 expected_safepoint_kind_(Safepoint::kSimple) {
428 Safepoint::Kind expected_safepoint_kind_; member in class:v8::internal::LCodeGen
434 DCHECK(codegen_->expected_safepoint_kind_ == Safepoint::kSimple);
436 codegen_->expected_safepoint_kind_ = Safepoint::kWithRegisters;
441 DCHECK(codegen_->expected_safepoint_kind_ == Safepoint::kWithRegisters);
443 codegen_->expected_safepoint_kind_ = Safepoint::kSimple;
lithium-codegen-x87.cc     [all...]

Completed in 861 milliseconds