Searched refs:kIllegal (Results 1 – 11 of 11) sorted by relevance
/external/v8/tools/clang/blink_gc_plugin/ |
D | TracingStatus.h | 30 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/ |
D | stub-cache.cc | 86 isolate_->builtins()->builtin(Builtins::kIllegal))) { in Set() 120 isolate_->builtins()->builtin(Builtins::kIllegal)); in Clear()
|
/external/v8/src/interpreter/ |
D | bytecode-array-writer.cc | 31 last_bytecode_(Bytecode::kIllegal), in BytecodeArrayWriter() 191 last_bytecode_ = Bytecode::kIllegal; in InvalidateLastBytecode() 195 DCHECK_NE(node->bytecode(), Bytecode::kIllegal); in EmitBytecode()
|
D | setup-interpreter-internal.cc | 52 Bytecode::kIllegal, OperandScale::kSingle); in InstallBytecodeHandlers()
|
D | interpreter-generator.cc | 3176 static const Bytecode kFakeBytecode = Bytecode::kIllegal;
|
/external/v8/src/snapshot/ |
D | builtin-deserializer.cc | 113 Bytecode::kIllegal, OperandScale::kSingle); in DeserializeEagerBuiltinsAndHandlers()
|
/external/v8/src/builtins/ |
D | builtins.cc | 286 case kIllegal: in IsLazy()
|
/external/v8/src/ |
D | bootstrapper.cc | 1251 Builtins::kIllegal, MUTABLE); in CreateNewGlobals() 1282 JSGlobalProxy::SizeWithEmbedderFields(0), 0, Builtins::kIllegal, in CreateNewGlobals() 1804 array_iterator_prototype, Builtins::kIllegal); in InitializeGlobal() 2139 string_iterator_prototype, Builtins::kIllegal); in InitializeGlobal() 2894 0, factory->the_hole_value(), Builtins::kIllegal); in InitializeGlobal() 2926 0, factory->the_hole_value(), Builtins::kIllegal); in InitializeGlobal() 2988 Builtins::kIllegal); in InitializeGlobal() 3605 Builtins::kIllegal, MUTABLE); in InitializeGlobal() 3699 0, factory->the_hole_value(), Builtins::kIllegal); in InitializeGlobal() 4082 JSSetIterator::kSize, 0, prototype, Builtins::kIllegal); in ExportFromRuntime() [all …]
|
D | api.cc | 6232 CHECK(isolate->builtins()->builtin(i::Builtins::kIllegal)->IsCode()); in NewContext()
|
/external/v8/src/debug/ |
D | debug-evaluate.cc | 518 case Bytecode::kIllegal: in BytecodeHasNoSideEffect()
|
/external/v8/src/heap/ |
D | factory.cc | 3497 share->set_builtin_id(Builtins::kIllegal); in NewSharedFunctionInfo() 4141 args.maybe_builtin_id_ = Builtins::kIllegal; in ForFunctionWithoutCode()
|