/third_party/node/deps/v8/src/ic/ |
H A D | stub-cache.cc | 94 isolate()->builtins()->code(Builtin::kIllegal)) && in Set() 129 MaybeObject::FromObject(isolate_->builtins()->code(Builtin::kIllegal)); in Clear()
|
/third_party/node/deps/v8/src/profiler/ |
H A D | profile-generator-inl.h | 21 BuiltinField::encode(Builtin::kIllegal) | in CodeEntry()
|
/third_party/node/deps/v8/src/interpreter/ |
H A D | bytecode-array-writer.cc | 32 last_bytecode_(Bytecode::kIllegal), in BytecodeArrayWriter() 274 last_bytecode_ = Bytecode::kIllegal; in InvalidateLastBytecode() 278 DCHECK_NE(node->bytecode(), Bytecode::kIllegal); in EmitBytecode()
|
H A D | interpreter-assembler.cc | 1177 static_cast<int>(Bytecode::kIllegal)); in StarDispatchLookahead() 1178 STATIC_ASSERT(Bytecode::kIllegal == Bytecode::kLast); in StarDispatchLookahead()
|
H A D | interpreter-generator.cc | 3126 case Bytecode::kIllegal: in GenerateBytecodeHandler()
|
/third_party/node/deps/v8/src/json/ |
H A D | json-parser.cc | 61 kIllegal, member in v8::internal::__anon14733::EscapeKind 98 : EscapeKindField::encode(EscapeKind::kIllegal)) | in GetJsonScanFlags() 1114 case EscapeKind::kIllegal: in DecodeString() 1189 case EscapeKind::kIllegal: in ScanJsonString()
|
/third_party/node/deps/v8/src/builtins/ |
H A D | builtins-console.cc | 266 factory->NewSharedFunctionInfoForBuiltin(name, Builtin::kIllegal); in BUILTIN()
|
/third_party/node/deps/v8/src/init/ |
H A D | bootstrapper.cc | 1328 isolate(), name, Builtin::kIllegal, prototype, JS_GLOBAL_OBJECT_TYPE, in CreateNewGlobals() 1358 isolate(), name, Builtin::kIllegal, factory()->the_hole_value(), in CreateNewGlobals() 1891 array_iterator_prototype, Builtin::kIllegal); in InitializeGlobal() 2205 string_iterator_prototype, Builtin::kIllegal); in InitializeGlobal() 2690 regexp_string_iterator_prototype, Builtin::kIllegal); in InitializeGlobal() 3212 0, prototype, Builtin::kIllegal); in InitializeGlobal() 3247 JSSegmentIterator::kHeaderSize, 0, prototype, Builtin::kIllegal); in InitializeGlobal() 3932 isolate(), arguments_string, Builtin::kIllegal, in InitializeGlobal() 4027 JSObject::kHeaderSize, 0, factory->the_hole_value(), Builtin::kIllegal); in InitializeGlobal() 4252 JSSetIterator::kHeaderSize, 0, prototype, Builtin::kIllegal); in InitializeIteratorFunctions() [all...] |
/third_party/node/deps/v8/src/objects/ |
H A D | shared-function-info.cc | 37 set_builtin_id(Builtin::kIllegal); in Init() 62 // we're using the kIllegal builtin. in Init()
|
H A D | feedback-vector.cc | 342 isolate->factory()->empty_string(), Builtin::kIllegal); in NewFeedbackVectorForTesting()
|
/third_party/node/deps/v8/src/debug/ |
H A D | debug-evaluate.cc | 523 case Bytecode::kIllegal: in BytecodeHasNoSideEffect()
|
/third_party/node/deps/v8/src/heap/ |
H A D | factory-base.cc | 439 DCHECK_EQ(Builtin::kIllegal, raw.builtin_id()); in NewSharedFunctionInfo()
|
H A D | factory.cc | 3931 NewSharedFunctionInfoForBuiltin(name, Builtin::kIllegal); in NewFunctionForTesting()
|
/third_party/node/deps/v8/src/wasm/ |
H A D | wasm-js.cc | 2781 // Not supposed to be called, hence using the kIllegal builtin as code. in Install() 2783 factory->NewSharedFunctionInfoForBuiltin(name, Builtin::kIllegal); in Install()
|
/third_party/node/deps/v8/src/api/ |
H A D | api.cc | 6403 CHECK(isolate->builtins()->code(i::Builtin::kIllegal).IsCodeT()); in NewContext()
|