Home
last modified time | relevance | path

Searched refs:kIllegal (Results 1 – 12 of 12) sorted by relevance

/external/v8/src/interpreter/
Dmkpeephole.cc92 return {PeepholeAction::kElideLastBeforeJumpAction, Bytecode::kIllegal}; in LookupActionAndData()
94 return {PeepholeAction::kElideLastAction, Bytecode::kIllegal}; in LookupActionAndData()
103 return {PeepholeAction::kElideLastAction, Bytecode::kIllegal}; in LookupActionAndData()
111 return {PeepholeAction::kElideLastAction, Bytecode::kIllegal}; in LookupActionAndData()
119 Bytecode::kIllegal}; in LookupActionAndData()
219 if (last == Bytecode::kIllegal) { in LookupActionAndData()
221 return {PeepholeAction::kUpdateLastJumpAction, Bytecode::kIllegal}; in LookupActionAndData()
224 Bytecode::kIllegal}; in LookupActionAndData()
226 return {PeepholeAction::kUpdateLastAction, Bytecode::kIllegal}; in LookupActionAndData()
232 return {PeepholeAction::kDefaultJumpAction, Bytecode::kIllegal}; in LookupActionAndData()
[all …]
Dbytecodes.cc104 return Bytecode::kIllegal; in GetDebugBreak()
136 return Bytecode::kIllegal; in GetJumpWithoutToBoolean()
Dbytecode-array-writer.cc105 DCHECK_NE(node->bytecode(), Bytecode::kIllegal); in EmitBytecode()
171 return Bytecode::kIllegal; in GetJumpWithConstantOperand()
Dbytecode-peephole-optimizer.cc73 return last_.bytecode() != Bytecode::kIllegal; in LastIsValid()
Dbytecodes.h441 return Bytecode::kIllegal; in OperandScaleToPrefixBytecode()
Dinterpreter.cc124 GetDispatchTableIndex(Bytecode::kIllegal, OperandScale::kSingle); in Initialize()
/external/v8/tools/clang/blink_gc_plugin/
DTracingStatus.h30 static TracingStatus Illegal() { return kIllegal; } in Illegal()
34 bool IsIllegal() const { return status_ == kIllegal; } in IsIllegal()
45 enum Status { kIllegal, kUnneeded, kUnknown, kNeeded }; enumerator
/external/v8/src/ic/
Dstub-cache.cc68 if (old_handler != isolate_->builtins()->builtin(Builtins::kIllegal)) { in Set()
101 Code* empty = isolate_->builtins()->builtin(Builtins::kIllegal); in Clear()
/external/v8/src/wasm/
Dwasm-code-specialization.cc144 code->builtin_index() != Builtins::kIllegal) in ApplyToWholeInstance()
215 old_code->builtin_index() != Builtins::kIllegal) in ApplyToWasmCode()
Dwasm-module.cc185 target->builtin_index() == Builtins::kIllegal) { in CloneOrCompileJSToWasmWrapper()
/external/v8/src/
Dbootstrapper.cc1432 array_iterator_prototype, Builtins::kIllegal); in InitializeGlobal()
1716 string_iterator_prototype, Builtins::kIllegal); in InitializeGlobal()
2436 date_time_format_prototype, Builtins::kIllegal); in InitializeGlobal()
2453 number_format_prototype, Builtins::kIllegal); in InitializeGlobal()
2470 collator_prototype, Builtins::kIllegal); in InitializeGlobal()
2485 v8_break_iterator_prototype, Builtins::kIllegal); in InitializeGlobal()
2512 Builtins::kIllegal); in InitializeGlobal()
2643 isolate->initial_object_prototype(), Builtins::kIllegal); in InitializeGlobal()
2652 isolate->initial_object_prototype(), Builtins::kIllegal); in InitializeGlobal()
2706 isolate->initial_object_prototype(), Builtins::kIllegal); in InitializeGlobal()
[all …]
/external/v8/src/debug/
Ddebug-evaluate.cc390 case Bytecode::kIllegal: in BytecodeHasNoSideEffect()