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

  /external/v8/tools/clang/blink_gc_plugin/
TracingStatus.h 30 static TracingStatus Illegal() { return kIllegal; }
34 bool IsIllegal() const { return status_ == kIllegal; }
45 enum Status { kIllegal, kUnneeded, kUnknown, kNeeded };
  /external/v8/src/interpreter/
mkpeephole.cc 92 return {PeepholeAction::kElideLastBeforeJumpAction, Bytecode::kIllegal};
94 return {PeepholeAction::kElideLastAction, Bytecode::kIllegal};
103 return {PeepholeAction::kElideLastAction, Bytecode::kIllegal};
111 return {PeepholeAction::kElideLastAction, Bytecode::kIllegal};
119 Bytecode::kIllegal};
219 if (last == Bytecode::kIllegal) {
221 return {PeepholeAction::kUpdateLastJumpAction, Bytecode::kIllegal};
224 Bytecode::kIllegal};
226 return {PeepholeAction::kUpdateLastAction, Bytecode::kIllegal};
232 return {PeepholeAction::kDefaultJumpAction, Bytecode::kIllegal};
    [all...]
bytecodes.cc 104 return Bytecode::kIllegal;
136 return Bytecode::kIllegal;
bytecode-array-writer.cc 105 DCHECK_NE(node->bytecode(), Bytecode::kIllegal);
171 return Bytecode::kIllegal;
bytecode-peephole-optimizer.cc 73 return last_.bytecode() != Bytecode::kIllegal;
bytecodes.h 441 return Bytecode::kIllegal;
    [all...]
interpreter.cc 124 GetDispatchTableIndex(Bytecode::kIllegal, OperandScale::kSingle);
    [all...]
  /external/v8/src/ic/
stub-cache.cc 68 if (old_handler != isolate_->builtins()->builtin(Builtins::kIllegal)) {
101 Code* empty = isolate_->builtins()->builtin(Builtins::kIllegal);
  /external/v8/src/wasm/
wasm-code-specialization.cc 144 code->builtin_index() != Builtins::kIllegal)
215 old_code->builtin_index() != Builtins::kIllegal)
wasm-module.cc 185 target->builtin_index() == Builtins::kIllegal) {
    [all...]
  /external/v8/src/
bootstrapper.cc     [all...]
  /external/v8/src/debug/
debug-evaluate.cc 390 case Bytecode::kIllegal:

Completed in 604 milliseconds