Home
last modified time | relevance | path

Searched defs:isolate (Results 401 - 425 of 749) sorted by relevance

1...<<11121314151617181920>>...30

/third_party/node/src/
H A Dutil.cc78 static void MakeUtf8String(Isolate* isolate, in MakeUtf8String() argument
95 Utf8Value::Utf8Value(Isolate* isolate, Local<Value> value) { in Utf8Value() argument
103 TwoByteValue::TwoByteValue(Isolate* isolate, Local<Value> value) { in TwoByteValue() argument
120 BufferValue::BufferValue(Isolate* isolate, Loca argument
145 auto isolate = Isolate::TryGetCurrent(); LowMemoryNotification() local
199 ThrowErrStringTooLong(Isolate* isolate) ThrowErrStringTooLong() argument
234 WriteFileSync(v8::Isolate* isolate, const char* path, v8::Local<v8::String> string) WriteFileSync() argument
336 NewFunctionTemplate( v8::Isolate* isolate, v8::FunctionCallback callback, Local<v8::Signature> signature, v8::ConstructorBehavior behavior, v8::SideEffectType side_effect_type, const v8::CFunction* c_function) NewFunctionTemplate() argument
357 Isolate* isolate = context->GetIsolate(); SetMethod() local
374 SetMethod(v8::Isolate* isolate, v8::Local<v8::Template> that, const char* name, v8::FunctionCallback callback) SetMethod() argument
396 Isolate* isolate = context->GetIsolate(); SetFastMethod() local
417 Isolate* isolate = context->GetIsolate(); SetFastMethodNoSideEffect() local
437 Isolate* isolate = context->GetIsolate(); SetMethodNoSideEffect() local
454 SetProtoMethod(v8::Isolate* isolate, Local<v8::FunctionTemplate> that, const char* name, v8::FunctionCallback callback) SetProtoMethod() argument
473 SetProtoMethodNoSideEffect(v8::Isolate* isolate, Local<v8::FunctionTemplate> that, const char* name, v8::FunctionCallback callback) SetProtoMethodNoSideEffect() argument
492 SetInstanceMethod(v8::Isolate* isolate, Local<v8::FunctionTemplate> that, const char* name, v8::FunctionCallback callback) SetInstanceMethod() argument
516 Isolate* isolate = context->GetIsolate(); SetConstructorFunction() local
[all...]
/third_party/node/deps/v8/src/compiler/
H A Descape-analysis.h189 Isolate* isolate() const { return jsgraph_->isolate(); } in isolate() function in v8::internal::compiler::final
H A Djs-type-hint-lowering.cc231 Isolate* isolate() const { return jsgraph()->isolate(); } in isolate() function in v8::internal::compiler::final
263 Isolate* JSTypeHintLowering::isolate() const { return jsgraph()->isolate(); } in isolate() function in v8::internal::compiler::JSTypeHintLowering
H A Dbranch-elimination.cc528 Isolate* BranchElimination::isolate() const { return jsgraph()->isolate(); } in isolate() function in v8::internal::compiler::BranchElimination
H A Dcsa-load-elimination.cc592 Isolate* CsaLoadElimination::isolate() const { return jsgraph()->isolate(); } in isolate() function in v8::internal::compiler::CsaLoadElimination
H A Djs-intrinsic-lowering.cc411 Isolate* JSIntrinsicLowering::isolate() const { return jsgraph()->isolate(); } isolate() function in v8::internal::compiler::JSIntrinsicLowering
[all...]
H A Drepresentation-change.cc1585 Isolate* RepresentationChanger::isolate() const { return broker_->isolate(); } in isolate() function in v8::internal::compiler::RepresentationChanger
/third_party/node/deps/v8/src/debug/
H A Ddebug-evaluate.cc30 static MaybeHandle<SharedFunctionInfo> GetFunctionInfo(Isolate* isolate, in GetFunctionInfo() argument
42 MaybeHandle<Object> DebugEvaluate::Global(Isolate* isolate, in Global() argument
58 MaybeHandle<Object> DebugEvaluate::Global(Isolate* isolate, in Global() argument
88 Local(Isolate* isolate, StackFrameId frame_id, int inlined_jsframe_index, Handle<String> source, bool throw_on_side_effect) Local() argument
133 WithTopmostArguments(Isolate* isolate, Handle<String> source) WithTopmostArguments() argument
179 Evaluate( Isolate* isolate, Handle<SharedFunctionInfo> outer_info, Handle<Context> context, Handle<Object> receiver, Handle<String> source, bool throw_on_side_effect) Evaluate() argument
206 ContextBuilder(Isolate* isolate, JavaScriptFrame* frame, int inlined_jsframe_index) ContextBuilder() argument
1003 FunctionGetSideEffectState( Isolate* isolate, Handle<SharedFunctionInfo> info) FunctionGetSideEffectState() argument
1194 VerifyTransitiveBuiltins(Isolate* isolate) VerifyTransitiveBuiltins() argument
[all...]
/third_party/node/deps/v8/include/
H A Dv8-callbacks.h121 Isolate* isolate; member
H A Dv8-primitive.h415 NewFromUtf8Literal( Isolate* isolate, const char (&literal)[N], NewStringType type = NewStringType::kNormal) NewFromUtf8Literal() argument
566 NewFromUtf8Literal( Isolate* isolate, const char (&literal)[1], NewStringType type) NewFromUtf8Literal() argument
773 Empty(Isolate* isolate) Empty() argument
788 internal::Isolate* isolate = I::GetIsolateForSandbox(obj); GetExternalStringResource() local
812 internal::Isolate* isolate = I::GetIsolateForSandbox(obj); GetExternalStringResourceBase() local
828 Undefined(Isolate* isolate) Undefined() argument
836 Null(Isolate* isolate) Null() argument
844 True(Isolate* isolate) True() argument
852 False(Isolate* isolate) False() argument
860 New(Isolate* isolate, bool value) New() argument
[all...]
/third_party/node/deps/v8/include/v8-include/
H A Dv8-callbacks.h123 Isolate* isolate; member
H A Dv8-primitive.h417 NewFromUtf8Literal( Isolate* isolate, const char (&literal)[N], NewStringType type = NewStringType::kNormal) NewFromUtf8Literal() argument
575 NewFromUtf8Literal( Isolate* isolate, const char (&literal)[1], NewStringType type) NewFromUtf8Literal() argument
782 Empty(Isolate* isolate) Empty() argument
797 Isolate* isolate = I::GetIsolateForSandbox(obj); GetExternalStringResource() local
820 Isolate* isolate = I::GetIsolateForSandbox(obj); GetExternalStringResourceBase() local
835 Undefined(Isolate* isolate) Undefined() argument
843 Null(Isolate* isolate) Null() argument
851 True(Isolate* isolate) True() argument
859 False(Isolate* isolate) False() argument
867 New(Isolate* isolate, bool value) New() argument
[all...]
/third_party/node/deps/v8/src/codegen/
H A Dassembler.cc54 AssemblerOptions AssemblerOptions::Default(Isolate* isolate) { in Default() argument
201 void AssemblerBase::Print(Isolate* isolate) { in Print() argument
86 DefaultForOffHeapTrampoline( Isolate* isolate) DefaultForOffHeapTrampoline() argument
[all...]
H A Doptimized-compilation-info.h101 OptimizedCompilationInfo(Zone* zone, Isolate* isolate, in OptimizedCompilationInfo() argument
H A Dreloc-info.cc446 void RelocInfo::Print(Isolate* isolate, std::ostream& os) { in Print() argument
491 void RelocInfo::Verify(Isolate* isolate) { in Verify() argument
[all...]
/third_party/node/deps/v8/src/builtins/
H A Dbuiltins-intl.cc168 DateTimeFormatRange( BuiltinArguments args, Isolate* isolate, const char* const method_name) DateTimeFormatRange() argument
233 CreateBoundFunction(Isolate* isolate, Handle<JSObject> object, Builtin builtin, int len) CreateBoundFunction() argument
262 LegacyFormatConstructor(BuiltinArguments args, Isolate* isolate, v8::Isolate::UseCounterFeature feature, Handle<Object> constructor, const char* method_name) LegacyFormatConstructor() argument
336 DisallowCallConstructor(BuiltinArguments args, Isolate* isolate, v8::Isolate::UseCounterFeature feature, const char* method_name) DisallowCallConstructor() argument
369 CallOrConstructConstructor(BuiltinArguments args, Isolate* isolate, const char* method_name) CallOrConstructConstructor() argument
532 NumberFormatRange(BuiltinArguments args, Isolate* isolate, const char* const method_name) NumberFormatRange() argument
[all...]
/third_party/node/deps/v8/src/asmjs/
H A Dasm-js.cc41 Handle<Object> StdlibMathMember(Isolate* isolate, Handle<JSReceiver> stdlib, in StdlibMathMember() argument
53 bool AreStdlibMembersValid(Isolate* isolate, Handle<JSReceiver> stdlib, in AreStdlibMembersValid() argument
123 Isolate* isolate = script->GetIsolate(); Report() local
257 FinalizeJobImpl( Handle<SharedFunctionInfo> shared_info, Isolate* isolate) FinalizeJobImpl() argument
288 RecordHistograms(Isolate* isolate) RecordHistograms() argument
316 InstantiateAsmWasm(Isolate* isolate, Handle<SharedFunctionInfo> shared, Handle<AsmWasmData> wasm_data, Handle<JSReceiver> stdlib, Handle<JSReceiver> foreign, Handle<JSArrayBuffer> memory) InstantiateAsmWasm() argument
[all...]
/third_party/node/deps/v8/src/api/
H A Dapi.h348 explicit HandleScopeImplementer(Isolate* isolate) in HandleScopeImplementer() argument
389 Isolate* isolate() const { return isolate_; } in isolate() function in v8::internal::HandleScopeImplementer
/third_party/node/deps/v8/src/diagnostics/
H A Ddisassembler.cc43 explicit V8NameConverter(Isolate* isolate, CodeReference code = {}) in V8NameConverter() argument
208 static void PrintRelocInfo(std::ostringstream& out, Isolate* isolate, in PrintRelocInfo() argument
291 DecodeIt(Isolate* isolate, ExternalReferenceEncoder* ref_encoder, std::ostream& os, CodeReference code, const V8NameConverter& converter, byte* begin, byte* end, Address current_pc) DecodeIt() argument
462 Decode(Isolate* isolate, std::ostream& os, byte* begin, byte* end, CodeReference code, Address current_pc) Decode() argument
[all...]
/third_party/node/deps/v8/src/heap/
H A Dsetup-heap-internal.cc651 Isolate* isolate = this->isolate(); in CreateApiObjects() local
57 CreateSharedFunctionInfo( Isolate* isolate, Builtin builtin, int len, FunctionKind kind = FunctionKind::kNormalFunction) CreateSharedFunctionInfo() argument
1073 Isolate* isolate = this->isolate(); CreateInternalAccessorInfoObjects() local
[all...]
/third_party/node/deps/v8/src/inspector/
H A Dv8-stack-trace-impl.cc231 v8::Isolate* isolate = debugger->isolate(); in create() local
259 v8::Isolate* isolate = debugger->isolate(); in capture() local
406 v8::Isolate* isolate = debugger->isolate(); capture() local
[all...]
/third_party/node/deps/v8/src/execution/
H A Dexecution.cc25 Handle<Object> NormalizeReceiver(Isolate* isolate, Handle<Object> receiver) { in NormalizeReceiver() argument
87 InvokeParams InvokeParams::SetUpForNew(Isolate* isolate, in SetUpForNew() argument
108 InvokeParams InvokeParams::SetUpForCall(Isolate* isolate, in SetUpForCall() argument
131 SetUpForTryCall( Isolate* isolate, Handle<Object> callable, Handle<Object> receiver, int argc, Handle<Object>* argv, Execution::MessageHandling message_handling, MaybeHandle<Object>* exception_out, bool reschedule_terminate) SetUpForTryCall() argument
154 SetUpForRunMicrotasks( Isolate* isolate, MicrotaskQueue* microtask_queue, MaybeHandle<Object>* exception_out) SetUpForRunMicrotasks() argument
173 JSEntry(Isolate* isolate, Execution::Target execution_target, bool is_construct) JSEntry() argument
188 NewScriptContext(Isolate* isolate, Handle<JSFunction> function, Handle<FixedArray> host_defined_options) NewScriptContext() argument
201 Handle<Script> script(Script::cast(sfi.script()), isolate); NewScriptContext() local
278 Invoke(Isolate* isolate, const InvokeParams& params) Invoke() argument
467 InvokeWithTryCatch(Isolate* isolate, const InvokeParams& params) InvokeWithTryCatch() argument
517 Call(Isolate* isolate, Handle<Object> callable, Handle<Object> receiver, int argc, Handle<Object> argv[]) Call() argument
528 CallScript(Isolate* isolate, Handle<JSFunction> script_function, Handle<Object> receiver, Handle<Object> host_defined_options) CallScript() argument
539 CallBuiltin(Isolate* isolate, Handle<JSFunction> builtin, Handle<Object> receiver, int argc, Handle<Object> argv[]) CallBuiltin() argument
550 New(Isolate* isolate, Handle<Object> constructor, int argc, Handle<Object> argv[]) New() argument
556 New(Isolate* isolate, Handle<Object> constructor, Handle<Object> new_target, int argc, Handle<Object> argv[]) New() argument
564 TryCallScript( Isolate* isolate, Handle<JSFunction> script_function, Handle<Object> receiver, Handle<FixedArray> host_defined_options, MessageHandling message_handling, MaybeHandle<Object>* exception_out, bool reschedule_terminate) TryCallScript() argument
579 TryCall( Isolate* isolate, Handle<Object> callable, Handle<Object> receiver, int argc, Handle<Object> argv[], MessageHandling message_handling, MaybeHandle<Object>* exception_out, bool reschedule_terminate) TryCall() argument
593 TryRunMicrotasks( Isolate* isolate, MicrotaskQueue* microtask_queue, MaybeHandle<Object>* exception_out) TryRunMicrotasks() argument
612 CallWasm(Isolate* isolate, Handle<CodeT> wrapper_code, Address wasm_call_target, Handle<Object> object_ref, Address packed_args) CallWasm() argument
[all...]
H A Dtiering-manager.cc117 void TraceRecompile(Isolate* isolate, JSFunction function, in TraceRecompile() argument
188 int TieringManager::InterruptBudgetFor(Isolate* isolate, JSFunction function) { in InterruptBudgetFor() argument
210 bool SmallEnoughForOSR(Isolate* isolate, JSFunction function) { in SmallEnoughForOSR() argument
217 void TrySetOsrUrgency(Isolate* isolate, JSFunction function, int osr_urgency) { in TrySetOsrUrgency() argument
239 TryIncrementOsrUrgency(Isolate* isolate, JSFunction function) TryIncrementOsrUrgency() argument
245 TryRequestOsrAtNextOpportunity(Isolate* isolate, JSFunction function) TryRequestOsrAtNextOpportunity() argument
249 TryRequestOsrForCachedOsrCode(Isolate* isolate, JSFunction function, int osr_urgency_for_cached_osr_code) TryRequestOsrForCachedOsrCode() argument
[all...]
/third_party/node/deps/v8/src/handles/
H A Dglobal-handles.h180 Isolate* isolate() const { return isolate_; } in isolate() function in v8::internal::final
/third_party/node/deps/v8/src/debug/wasm/gdb-server/
H A Dwasm-module-debug.cc22 WasmModuleDebug::WasmModuleDebug(v8::Isolate* isolate, in WasmModuleDebug() argument
204 bool WasmModuleDebug::GetWasmGlobal(Isolate* isolate, uint32_t frame_index, in GetWasmGlobal() argument
88 GetCallStack( uint32_t debug_context_id, Isolate* isolate) GetCallStack() argument
189 GetWasmInstance( Isolate* isolate, uint32_t frame_index) GetWasmInstance() argument
223 GetWasmLocal(Isolate* isolate, uint32_t frame_index, uint32_t index, uint8_t* buffer, uint32_t buffer_size, uint32_t* size) GetWasmLocal() argument
256 GetWasmStackValue(Isolate* isolate, uint32_t frame_index, uint32_t index, uint8_t* buffer, uint32_t buffer_size, uint32_t* size) GetWasmStackValue() argument
288 GetWasmMemory(Isolate* isolate, uint32_t offset, uint8_t* buffer, uint32_t size) GetWasmMemory() argument
308 GetWasmData(Isolate* isolate, uint32_t offset, uint8_t* buffer, uint32_t size) GetWasmData() argument
372 i::Isolate* isolate = GetIsolate(); PrepareStep() local
[all...]

Completed in 22 milliseconds

1...<<11121314151617181920>>...30