Home
last modified time | relevance | path

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

/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.cc86 isolate_->builtins()->builtin(Builtins::kIllegal))) { in Set()
120 isolate_->builtins()->builtin(Builtins::kIllegal)); in Clear()
/external/v8/src/interpreter/
Dbytecode-array-writer.cc31 last_bytecode_(Bytecode::kIllegal), in BytecodeArrayWriter()
191 last_bytecode_ = Bytecode::kIllegal; in InvalidateLastBytecode()
195 DCHECK_NE(node->bytecode(), Bytecode::kIllegal); in EmitBytecode()
Dsetup-interpreter-internal.cc52 Bytecode::kIllegal, OperandScale::kSingle); in InstallBytecodeHandlers()
Dinterpreter-generator.cc3176 static const Bytecode kFakeBytecode = Bytecode::kIllegal;
/external/v8/src/snapshot/
Dbuiltin-deserializer.cc113 Bytecode::kIllegal, OperandScale::kSingle); in DeserializeEagerBuiltinsAndHandlers()
/external/v8/src/builtins/
Dbuiltins.cc286 case kIllegal: in IsLazy()
/external/v8/src/
Dbootstrapper.cc1251 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 …]
Dapi.cc6232 CHECK(isolate->builtins()->builtin(i::Builtins::kIllegal)->IsCode()); in NewContext()
/external/v8/src/debug/
Ddebug-evaluate.cc518 case Bytecode::kIllegal: in BytecodeHasNoSideEffect()
/external/v8/src/heap/
Dfactory.cc3497 share->set_builtin_id(Builtins::kIllegal); in NewSharedFunctionInfo()
4141 args.maybe_builtin_id_ = Builtins::kIllegal; in ForFunctionWithoutCode()