Home
last modified time | relevance | path

Searched refs:i_isolate (Results 1 - 11 of 11) sorted by relevance

/third_party/node/deps/v8/src/wasm/
H A Dwasm-js.cc58 i::Isolate* i_isolate = reinterpret_cast<i::Isolate*>(isolate_); in WasmStreamingImpl() local
59 auto enabled_features = i::wasm::WasmFeatures::FromIsolate(i_isolate); in WasmStreamingImpl()
61 i_isolate, enabled_features, handle(i_isolate->context(), i_isolate), in WasmStreamingImpl()
165 DCHECK(i_isolate->has_scheduled_exception()); \
168 DCHECK(!i_isolate->has_scheduled_exception()); \
510 i::Isolate* i_isolate = reinterpret_cast<i::Isolate*>(isolate); in WebAssemblyCompile() local
513 ScheduledErrorThrower thrower(i_isolate, kAPIMethodName); in WebAssemblyCompile()
515 if (!i::wasm::IsWasmCodegenAllowed(i_isolate, i_isolat in WebAssemblyCompile()
544 i::Isolate* i_isolate = reinterpret_cast<i::Isolate*>(isolate); WasmStreamingCallbackForTesting() local
576 i::Isolate* i_isolate = reinterpret_cast<i::Isolate*>(isolate); WebAssemblyCompileStreaming() local
635 i::Isolate* i_isolate = reinterpret_cast<i::Isolate*>(isolate); WebAssemblyValidate() local
691 i::Isolate* i_isolate = reinterpret_cast<i::Isolate*>(isolate); WebAssemblyModule() local
751 i::Isolate* i_isolate = reinterpret_cast<i::Isolate*>(isolate); WebAssemblyModuleImports() local
764 i::Isolate* i_isolate = reinterpret_cast<i::Isolate*>(isolate); WebAssemblyModuleExports() local
778 i::Isolate* i_isolate = reinterpret_cast<i::Isolate*>(isolate); WebAssemblyModuleCustomSections() local
804 i::Isolate* i_isolate = reinterpret_cast<i::Isolate*>(isolate); WebAssemblyInstance() local
861 i::Isolate* i_isolate = reinterpret_cast<i::Isolate*>(isolate); WebAssemblyInstantiateStreaming() local
946 i::Isolate* i_isolate = reinterpret_cast<i::Isolate*>(isolate); WebAssemblyInstantiate() local
1132 i::Isolate* i_isolate = reinterpret_cast<i::Isolate*>(isolate); WebAssemblyTable() local
1231 i::Isolate* i_isolate = reinterpret_cast<i::Isolate*>(isolate); WebAssemblyMemory() local
1401 i::Isolate* i_isolate = reinterpret_cast<i::Isolate*>(isolate); WebAssemblyGlobal() local
1571 i::Isolate* i_isolate = reinterpret_cast<i::Isolate*>(isolate); WebAssemblyTag() local
1634 i::Isolate* i_isolate = reinterpret_cast<i::Isolate*>(isolate); WebAssemblySuspender() local
1746 i::Isolate* i_isolate = reinterpret_cast<i::Isolate*>(isolate); WebAssemblyException() local
1785 i::Isolate* i_isolate = reinterpret_cast<i::Isolate*>(isolate); WebAssemblyFunction() local
1909 i::Isolate* i_isolate = reinterpret_cast<i::Isolate*>(isolate); WebAssemblyFunctionType() local
1966 i::Isolate* i_isolate = reinterpret_cast<i::Isolate*>(isolate); WebAssemblyInstanceGetExports() local
1977 i::Isolate* i_isolate = reinterpret_cast<i::Isolate*>(isolate); WebAssemblyTableGetLength() local
1988 i::Isolate* i_isolate = reinterpret_cast<i::Isolate*>(isolate); WebAssemblyTableGrow() local
2033 i::Isolate* i_isolate = reinterpret_cast<i::Isolate*>(isolate); WebAssemblyTableGet() local
2063 i::Isolate* i_isolate = reinterpret_cast<i::Isolate*>(isolate); WebAssemblyTableSet() local
2102 i::Isolate* i_isolate = reinterpret_cast<i::Isolate*>(isolate); WebAssemblyTableType() local
2120 i::Isolate* i_isolate = reinterpret_cast<i::Isolate*>(isolate); WebAssemblyMemoryGrow() local
2154 i::Isolate* i_isolate = reinterpret_cast<i::Isolate*>(isolate); WebAssemblyMemoryGetBuffer() local
2182 i::Isolate* i_isolate = reinterpret_cast<i::Isolate*>(isolate); WebAssemblyMemoryType() local
2205 i::Isolate* i_isolate = reinterpret_cast<i::Isolate*>(isolate); WebAssemblyTagType() local
2226 i::Isolate* i_isolate = reinterpret_cast<i::Isolate*>(isolate); WebAssemblyExceptionGetArg() local
2368 i::Isolate* i_isolate = reinterpret_cast<i::Isolate*>(isolate); WebAssemblyExceptionIs() local
2392 i::Isolate* i_isolate = reinterpret_cast<i::Isolate*>(isolate); WebAssemblyGlobalGetValueCommon() local
2469 i::Isolate* i_isolate = reinterpret_cast<i::Isolate*>(isolate); WebAssemblyGlobalSetValue() local
2552 i::Isolate* i_isolate = reinterpret_cast<i::Isolate*>(isolate); WebAssemblyGlobalType() local
2567 i::Isolate* i_isolate = reinterpret_cast<i::Isolate*>(isolate); WebAssemblySuspenderReturnPromiseOnSuspend() local
2588 i::WasmInstanceObject::cast(data.internal().ref()), i_isolate); WebAssemblySuspenderReturnPromiseOnSuspend() local
2607 i::Isolate* i_isolate = reinterpret_cast<i::Isolate*>(isolate); WebAssemblySuspenderSuspendOnReturnedPromise() local
2643 NewFunctionTemplate( i::Isolate* i_isolate, FunctionCallback func, bool has_prototype, SideEffectType side_effect_type = SideEffectType::kHasSideEffect) NewFunctionTemplate() argument
2655 NewObjectTemplate( i::Isolate* i_isolate) NewObjectTemplate() argument
[all...]
H A Dc-api.cc453 i::HandleScope scope(i_isolate()); in SetHostInfo()
459 i_isolate(), estimated_size, new ManagedData(info, finalizer)); in SetHostInfo()
460 int32_t hash = object->GetOrCreateHash(i_isolate()).value(); in SetHostInfo()
467 if (raw.IsTheHole(i_isolate())) return nullptr; in GetHostInfo()
512 i::Isolate* i_isolate = reinterpret_cast<i::Isolate*>(isolate); variable
513 store->host_info_map_ = i_isolate->global_handles()->Create(
514 *i_isolate->factory()->NewJSWeakMap());
905 i::Isolate* isolate = store->i_isolate(); in make()
1018 i::Isolate* isolate = store->i_isolate();
1104 i::Isolate* isolate = store->i_isolate();
[all...]
H A Dc-api.h33 i::Isolate* i_isolate() const { in i_isolate() function in wasm::StoreImpl
/third_party/node/deps/v8/src/api/
H A Dapi.cc1239 i::Isolate* i_isolate = self->GetIsolate(); in PrototypeTemplate() local
1240 ENTER_V8_NO_SCRIPT_NO_EXCEPTION(i_isolate); in PrototypeTemplate()
1241 i::Handle<i::HeapObject> result(self->GetPrototypeTemplate(), i_isolate); in PrototypeTemplate()
1242 if (result->IsUndefined(i_isolate)) { in PrototypeTemplate()
1245 *ObjectTemplateNew(i_isolate, Local<FunctionTemplate>(), true)); in PrototypeTemplate()
1246 i::FunctionTemplateInfo::SetPrototypeTemplate(i_isolate, self, result); in PrototypeTemplate()
1254 i::Isolate* i_isolate = self->GetIsolate(); in SetPrototypeProviderTemplate() local
1255 ENTER_V8_NO_SCRIPT_NO_EXCEPTION(i_isolate); in SetPrototypeProviderTemplate()
1258 Utils::ApiCheck(self->GetPrototypeTemplate().IsUndefined(i_isolate), in SetPrototypeProviderTemplate()
1261 Utils::ApiCheck(self->GetParentTemplate().IsUndefined(i_isolate), in SetPrototypeProviderTemplate()
1278 i::Isolate* i_isolate = info->GetIsolate(); Inherit() local
1337 i::Isolate* i_isolate = reinterpret_cast<i::Isolate*>(isolate); New() local
1364 i::Isolate* i_isolate = reinterpret_cast<i::Isolate*>(isolate); NewWithCFunctionOverloads() local
1385 i::Isolate* i_isolate = reinterpret_cast<i::Isolate*>(isolate); NewWithCache() local
2429 auto i_isolate = reinterpret_cast<i::Isolate*>(isolate); CreateSyntheticModule() local
2447 auto i_isolate = reinterpret_cast<i::Isolate*>(isolate); SetSyntheticModuleExport() local
2582 i::Isolate* i_isolate = reinterpret_cast<i::Isolate*>(isolate); CompileModule() local
2782 i::Isolate* i_isolate = reinterpret_cast<i::Isolate*>(isolate); CompileModule() local
3145 i::Isolate* i_isolate = reinterpret_cast<i::Isolate*>(isolate); PrintCurrentStackTrace() local
3167 i::Isolate* i_isolate = reinterpret_cast<i::Isolate*>(isolate); CurrentStackTrace() local
4011 i::Isolate* i_isolate = reinterpret_cast<i::Isolate*>(isolate); Reallocate() local
6629 i::Isolate* i_isolate = reinterpret_cast<i::Isolate*>(isolate); GetContext() local
6642 i::Isolate* i_isolate = reinterpret_cast<i::Isolate*>(isolate); Get() local
6669 i::Isolate* i_isolate = context->GetIsolate(); GetDataFromSnapshotOnce() local
6781 i::Isolate* i_isolate = reinterpret_cast<i::Isolate*>(isolate); New() local
6870 i::Isolate* i_isolate = reinterpret_cast<internal::Isolate*>(isolate); NewFromUtf8Literal() local
6924 i::Isolate* i_isolate = reinterpret_cast<i::Isolate*>(isolate); NewExternalTwoByte() local
6946 i::Isolate* i_isolate = reinterpret_cast<i::Isolate*>(isolate); NewExternalOneByte() local
7035 i::Isolate* i_isolate = Utils::OpenHandle(this)->GetIsolate(); GetIsolate() local
7040 i::Isolate* i_isolate = reinterpret_cast<i::Isolate*>(isolate); New() local
7064 AddPropertiesAndElementsToObject(i::Isolate* i_isolate, i::Handle<Dictionary>& properties, i::Handle<i::FixedArrayBase>& elements, Local<Name>* names, Local<Value>* values, size_t length) AddPropertiesAndElementsToObject() argument
7109 i::Isolate* i_isolate = reinterpret_cast<i::Isolate*>(isolate); New() local
7147 i::Isolate* i_isolate = reinterpret_cast<i::Isolate*>(isolate); New() local
7165 i::Isolate* i_isolate = reinterpret_cast<i::Isolate*>(isolate); New() local
7185 i::Isolate* i_isolate = reinterpret_cast<i::Isolate*>(isolate); New() local
7227 i::Isolate* i_isolate = reinterpret_cast<i::Isolate*>(isolate); New() local
7355 i::Isolate* i_isolate = reinterpret_cast<i::Isolate*>(isolate); New() local
7368 i::Isolate* i_isolate = reinterpret_cast<i::Isolate*>(isolate); New() local
7395 i::Isolate* i_isolate = reinterpret_cast<i::Isolate*>(isolate); New() local
7528 i::Isolate* i_isolate = reinterpret_cast<i::Isolate*>(isolate); New() local
7858 i::Isolate* i_isolate = reinterpret_cast<i::Isolate*>(isolate); FromCompiledModule() local
7875 i::Isolate* i_isolate = reinterpret_cast<i::Isolate*>(isolate); Compile() local
7966 i::Isolate* i_isolate = reinterpret_cast<i::Isolate*>(isolate); New() local
7987 i::Isolate* i_isolate = reinterpret_cast<i::Isolate*>(isolate); New() local
8002 i::Isolate* i_isolate = reinterpret_cast<i::Isolate*>(isolate); NewBackingStore() local
8163 i::Isolate* i_isolate = reinterpret_cast<i::Isolate*>(isolate); New() local
8187 i::Isolate* i_isolate = reinterpret_cast<i::Isolate*>(isolate); New() local
8201 i::Isolate* i_isolate = reinterpret_cast<i::Isolate*>(isolate); NewBackingStore() local
8228 i::Isolate* i_isolate = reinterpret_cast<i::Isolate*>(isolate); New() local
8237 i::Isolate* i_isolate = reinterpret_cast<i::Isolate*>(isolate); For() local
8244 i::Isolate* i_isolate = reinterpret_cast<i::Isolate*>(isolate); ForApi() local
8275 i::Isolate* i_isolate = reinterpret_cast<i::Isolate*>(isolate); New() local
8285 i::Isolate* i_isolate = reinterpret_cast<i::Isolate*>(isolate); ForApi() local
8618 i::Isolate* i_isolate = reinterpret_cast<i::Isolate*>(isolate); Initialize() local
8786 i::Isolate* i_isolate = reinterpret_cast<i::Isolate*>(isolate); DisallowJavascriptExecutionScope() local
8806 i::Isolate* i_isolate = reinterpret_cast<i::Isolate*>(isolate_); ~DisallowJavascriptExecutionScope() local
8828 i::Isolate* i_isolate = reinterpret_cast<i::Isolate*>(isolate); AllowJavascriptExecutionScope() local
8836 i::Isolate* i_isolate = reinterpret_cast<i::Isolate*>(isolate_); ~AllowJavascriptExecutionScope() local
8869 i::Isolate* i_isolate = reinterpret_cast<i::Isolate*>(this); GetDataFromSnapshotOnce() local
9038 i::Isolate* i_isolate = reinterpret_cast<i::Isolate*>(isolate); Default() local
9076 i::Isolate* i_isolate = reinterpret_cast<i::Isolate*>(this); AdjustAmountOfExternalAllocatedMemory() local
9534 i::Isolate* i_isolate = reinterpret_cast<i::Isolate*>(this); DateTimeConfigurationChangeNotification() local
9550 i::Isolate* i_isolate = reinterpret_cast<i::Isolate*>(this); LocaleConfigurationChangeNotification() local
9560 i::Isolate* i_isolate = reinterpret_cast<i::Isolate*>(isolate); IsCodeLike() local
9695 i::Isolate* i_isolate = reinterpret_cast<i::Isolate*>(isolate); CreateMessage() local
[all...]
/third_party/node/deps/v8/src/d8/
H A Dasync-hooks-wrapper.cc169 i::Isolate* i_isolate = reinterpret_cast<i::Isolate*>(isolate); in ShellPromiseHook() local
176 if (i_isolate->has_scheduled_exception()) { in ShellPromiseHook()
177 scheduled_exception = handle(i_isolate->scheduled_exception(), i_isolate); in ShellPromiseHook()
178 i_isolate->clear_scheduled_exception(); in ShellPromiseHook()
226 if (!i::StackLimitCheck{i_isolate}.HasOverflowed()) { in ShellPromiseHook()
236 i_isolate->set_scheduled_exception(*scheduled_exception); in ShellPromiseHook()
H A Dd8.cc686 i::Isolate* i_isolate = reinterpret_cast<i::Isolate*>(isolate); in ExecuteString() local
688 i::VMState<PARSER> state(i_isolate); in ExecuteString()
693 i::ReusableUnoptimizedCompileState reusable_state(i_isolate); in ExecuteString()
697 i_isolate, true, i::construct_language_mode(i::FLAG_use_strict), in ExecuteString()
704 i::ParseInfo parse_info(i_isolate, flags, &compile_state, &reusable_state); in ExecuteString()
707 i_isolate, str, i::kNullMaybeHandle, ScriptOriginOptions()); in ExecuteString()
708 if (!i::parsing::ParseProgram(&parse_info, script, i_isolate, in ExecuteString()
711 i_isolate, parse_info.ast_value_factory()); in ExecuteString()
712 parse_info.pending_error_handler()->ReportErrors(i_isolate, script); in ExecuteString()
727 if (i::StackLimitCheck{i_isolate} in ExecuteString()
1761 i::Isolate* i_isolate = reinterpret_cast<i::Isolate*>(args.GetIsolate()); RealmGlobal() local
2001 i::Isolate* i_isolate = reinterpret_cast<i::Isolate*>(isolate); RealmTakeWebSnapshot() local
2053 i::Isolate* i_isolate = reinterpret_cast<i::Isolate*>(isolate); LogGetAndStop() local
2105 i::Isolate* i_isolate = reinterpret_cast<i::Isolate*>(isolate); TestVerifySourcePositions() local
2576 i::Isolate* i_isolate = reinterpret_cast<i::Isolate*>(isolate); WorkerNew() local
2663 i::Isolate* i_isolate = reinterpret_cast<i::Isolate*>(isolate); QuitOnce() local
3240 i::Isolate* i_isolate = reinterpret_cast<i::Isolate*>(isolate); PromiseRejectCallback() local
4251 i::Isolate* i_isolate = reinterpret_cast<i::Isolate*>(isolate_); ProcessMessages() local
4738 i::Isolate* i_isolate = reinterpret_cast<i::Isolate*>(isolate); RunMain() local
4753 i::Isolate* i_isolate = reinterpret_cast<i::Isolate*>(isolate); RunMain() local
4832 i::Isolate* i_isolate = reinterpret_cast<i::Isolate*>(isolate); ProcessMessages() local
5212 i::Isolate* i_isolate = reinterpret_cast<i::Isolate*>(isolate); DeoptimizeAll() local
5511 i::Isolate* i_isolate = reinterpret_cast<i::Isolate*>(isolate); Main() local
[all...]
H A Dd8-console.cc140 i::Isolate* i_isolate = reinterpret_cast<i::Isolate*>(isolate_); in Trace()
141 i_isolate->PrintStack(stderr, i::Isolate::kPrintStackConcise); in Trace()
H A Dd8-test.cc599 internal::Isolate* i_isolate = in IsFastCApiObjectFastCallback()
602 CHECK_NOT_NULL(i_isolate); in IsFastCApiObjectFastCallback()
603 Isolate* isolate = reinterpret_cast<Isolate*>(i_isolate); in IsFastCApiObjectFastCallback()
/third_party/node/deps/v8/src/debug/
H A Ddebug-interface.cc45 i::Isolate* i_isolate = reinterpret_cast<i::Isolate*>(isolate); in SetInspector() local
46 i_isolate->set_inspector(inspector); in SetInspector()
54 i::Isolate* i_isolate = reinterpret_cast<i::Isolate*>(isolate); in GetBigIntDescription() local
60 i::BigInt::ToString(i_isolate, i_bigint, radix, i::kDontThrow) in GetBigIntDescription()
64 string = i_isolate->factory() in GetBigIntDescription()
66 i_isolate->factory()->NewStringFromAsciiChecked("-0x"), in GetBigIntDescription()
67 i_isolate->factory()->NewProperSubString( in GetBigIntDescription()
72 i_isolate->factory() in GetBigIntDescription()
74 i_isolate->factory()->NewStringFromAsciiChecked("0x"), string) in GetBigIntDescription()
79 i_isolate in GetBigIntDescription()
1275 i::Isolate* i_isolate = reinterpret_cast<i::Isolate*>(isolate); New() local
[all...]
/third_party/node/deps/v8/src/snapshot/
H A Dmksnapshot.cc275 i::Isolate* i_isolate = reinterpret_cast<i::Isolate*>(isolate); in main() local
283 i_isolate->heap()->ConfigureHeap(constraints); in main()
286 i_isolate->RegisterEmbeddedFileWriter(&embedded_writer); in main()
/third_party/node/deps/v8/include/v8-include/
H A Dv8-local-handle.h118 static internal::Address* CreateHandle(internal::Isolate* i_isolate,

Completed in 42 milliseconds