Home
last modified time | relevance | path

Searched refs:kIllegal (Results 1 - 15 of 15) sorted by relevance

/third_party/node/deps/v8/src/ic/
H A Dstub-cache.cc94 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 Dprofile-generator-inl.h21 BuiltinField::encode(Builtin::kIllegal) | in CodeEntry()
/third_party/node/deps/v8/src/interpreter/
H A Dbytecode-array-writer.cc32 last_bytecode_(Bytecode::kIllegal), in BytecodeArrayWriter()
274 last_bytecode_ = Bytecode::kIllegal; in InvalidateLastBytecode()
278 DCHECK_NE(node->bytecode(), Bytecode::kIllegal); in EmitBytecode()
H A Dinterpreter-assembler.cc1177 static_cast<int>(Bytecode::kIllegal)); in StarDispatchLookahead()
1178 STATIC_ASSERT(Bytecode::kIllegal == Bytecode::kLast); in StarDispatchLookahead()
H A Dinterpreter-generator.cc3126 case Bytecode::kIllegal: in GenerateBytecodeHandler()
/third_party/node/deps/v8/src/json/
H A Djson-parser.cc61 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 Dbuiltins-console.cc266 factory->NewSharedFunctionInfoForBuiltin(name, Builtin::kIllegal); in BUILTIN()
/third_party/node/deps/v8/src/init/
H A Dbootstrapper.cc1328 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 Dshared-function-info.cc37 set_builtin_id(Builtin::kIllegal); in Init()
62 // we're using the kIllegal builtin. in Init()
H A Dfeedback-vector.cc342 isolate->factory()->empty_string(), Builtin::kIllegal); in NewFeedbackVectorForTesting()
/third_party/node/deps/v8/src/debug/
H A Ddebug-evaluate.cc523 case Bytecode::kIllegal: in BytecodeHasNoSideEffect()
/third_party/node/deps/v8/src/heap/
H A Dfactory-base.cc439 DCHECK_EQ(Builtin::kIllegal, raw.builtin_id()); in NewSharedFunctionInfo()
H A Dfactory.cc3931 NewSharedFunctionInfoForBuiltin(name, Builtin::kIllegal); in NewFunctionForTesting()
/third_party/node/deps/v8/src/wasm/
H A Dwasm-js.cc2781 // 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 Dapi.cc6403 CHECK(isolate->builtins()->code(i::Builtin::kIllegal).IsCodeT()); in NewContext()

Completed in 77 milliseconds