HomeSort by relevance Sort by last modified time
    Searched refs:Isolate (Results 101 - 125 of 742) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/v8/src/wasm/
module-compiler.h 47 Isolate* isolate, const ModuleEnv& env);
52 Isolate* isolate, const WasmFeatures& enabled, ErrorThrower* thrower,
57 Isolate* isolate, ErrorThrower* thrower,
62 void CompileJsToWasmWrappers(Isolate* isolate,
66 Isolate* isolate, const ModuleWireBytes& wire_bytes)
94 Isolate* isolate() const { return isolate_; } function in class:v8::internal::wasm::AsyncCompileJob
    [all...]
  /external/v8/include/
v8-platform.h 18 class Isolate;
44 * post tasks after the isolate gets destructed, but these tasks may not get
67 * TaskRunner::SupportsIdleTasks(isolate) is true. Idle tasks may be reordered
296 Isolate* isolate) = 0;
322 * |isolate|. Tasks posted for the same isolate should be execute in order of
325 virtual void CallOnForegroundThread(Isolate* isolate, Task* task) = 0;
329 * |isolate| after the given number of seconds |delay_in_seconds|
    [all...]
  /external/v8/src/inspector/
string-util.h 65 v8::Local<v8::String> toV8String(v8::Isolate*, const String16&);
66 v8::Local<v8::String> toV8StringInternalized(v8::Isolate*, const String16&);
67 v8::Local<v8::String> toV8StringInternalized(v8::Isolate*, const char*);
68 v8::Local<v8::String> toV8String(v8::Isolate*, const StringView&);
70 String16 toProtocolString(v8::Isolate*, v8::Local<v8::String>);
71 String16 toProtocolStringWithTypeCheck(v8::Isolate*, v8::Local<v8::Value>);
v8-debugger-script.h 49 v8::Isolate* isolate, v8::Local<v8::debug::Script> script,
52 v8::Isolate* isolate, WasmTranslation* wasmTranslation,
93 V8DebuggerScript(v8::Isolate*, String16 id, String16 url);
102 v8::Isolate* m_isolate;
  /external/v8/src/
layout-descriptor.h 54 static Handle<LayoutDescriptor> New(Isolate* isolate, Handle<Map> map,
60 static Handle<LayoutDescriptor> ShareAppend(Isolate* isolate, Handle<Map> map,
67 Isolate* isolate, Handle<Map> map, PropertyDetails details,
95 static Handle<LayoutDescriptor> NewForTesting(Isolate* isolate, int length);
109 V8_INLINE static Handle<LayoutDescriptor> New(Isolate* isolate, int length)
    [all...]
execution.h 19 // Whether to report pending messages, or keep them pending on the isolate.
30 Isolate* isolate, Handle<Object> callable, Handle<Object> receiver,
36 Isolate* isolate, Handle<Object> constructor, int argc,
39 Isolate* isolate, Handle<Object> constructor, Handle<Object> new_target,
49 static MaybeHandle<Object> TryCall(Isolate* isolate, Handle<Object> callable,
56 static MaybeHandle<Object> RunMicrotasks(Isolate* isolate
    [all...]
arguments.h 82 static V8_INLINE Type __RT_impl_##Name(Arguments args, Isolate* isolate); \
85 Isolate* isolate) { \
86 RuntimeCallTimerScope timer(isolate, RuntimeCallCounterId::k##Name); \
90 return __RT_impl_##Name(args, isolate); \
93 Type Name(int args_length, Object** args_object, Isolate* isolate) { \
94 DCHECK(isolate->context() == nullptr || isolate->context()->IsContext());
    [all...]
async-hooks-wrapper.h 24 explicit AsyncHooksWrap(Isolate* isolate) {
26 isolate_ = isolate;
42 Isolate* isolate_;
54 explicit AsyncHooks(Isolate* isolate) {
55 isolate_ = isolate;
76 Isolate* isolate_;
external-reference.cc 18 #include "src/isolate.h"
124 ExternalReference ExternalReference::isolate_address(Isolate* isolate) {
125 return ExternalReference(isolate);
128 ExternalReference ExternalReference::builtins_address(Isolate* isolate) {
129 return ExternalReference(isolate->heap()->builtin_address(0));
133 Isolate* isolate) {
134 return ExternalReference(isolate->handle_scope_implementer_address())
    [all...]
setup-isolate-full.cc 5 #include "src/setup-isolate.h"
11 #include "src/isolate.h"
16 void SetupIsolateDelegate::SetupBuiltins(Isolate* isolate) {
18 SetupBuiltinsInternal(isolate);
20 CHECK(isolate->snapshot_available());
37 CHECK(heap->isolate()->snapshot_available());
  /external/v8/src/objects/
ordered-hash-table.cc 7 #include "src/isolate.h"
17 Isolate* isolate, int capacity, PretenureFlag pretenure) {
25 isolate->heap()->FatalProcessOutOfMemory("invalid table size");
28 Handle<FixedArray> backing_store = isolate->factory()->NewFixedArrayWithMap(
43 Isolate* isolate, Handle<Derived> table) {
53 return Rehash(isolate, table,
59 Isolate* isolate, Handle<Derived> table)
    [all...]
js-array.h 55 Isolate* isolate, Handle<JSArray> o, Handle<Object> name,
58 static bool AnythingToArrayLength(Isolate* isolate,
62 Isolate* isolate, Handle<JSArray> a, PropertyDescriptor* desc,
69 inline bool HasArrayPrototype(Isolate* isolate);
js-locale.h 14 #include "src/isolate.h"
28 static MaybeHandle<JSLocale> InitializeLocale(Isolate* isolate,
32 static Handle<String> Maximize(Isolate* isolate, String* locale);
33 static Handle<String> Minimize(Isolate* isolate, String* locale);
js-plural-rules.h 13 #include "src/isolate.h"
27 Isolate* isolate, Handle<JSPluralRules> plural_rules,
30 static Handle<JSObject> ResolvedOptions(Isolate* isolate,
34 Isolate* isolate, Handle<JSPluralRules> plural_rules,
  /external/v8/src/debug/
liveedit.h 64 static void CompareStrings(Isolate* isolate, Handle<String> a,
69 static void PatchScript(Isolate* isolate, Handle<Script> script,
  /external/v8/src/interpreter/
handler-table-builder.h 19 class Isolate;
30 Handle<ByteArray> ToHandlerTable(Isolate* isolate);
interpreter.h 21 class Isolate;
38 explicit Interpreter(Isolate* isolate);
97 Isolate* isolate_;
  /external/v8/src/profiler/
cpu-profiler.h 14 #include "src/isolate.h"
136 ProfilerEventsProcessor(Isolate* isolate, ProfileGenerator* generator,
147 void AddCurrentStack(Isolate* isolate, bool update_stats = false);
148 void AddDeoptStack(Isolate* isolate, Address from, int fp_to_sp_delta);
192 explicit CpuProfiler(Isolate* isolate);
194 CpuProfiler(Isolate* isolate, CpuProfilesCollection* profiles
222 Isolate* isolate() const { return isolate_; } function in class:v8::internal::CpuProfiler
    [all...]
  /external/v8/src/asmjs/
asm-js.h 28 static MaybeHandle<Object> InstantiateAsmWasm(Isolate* isolate,
  /external/v8/src/extensions/
externalize-string-extension.h 17 v8::Isolate* isolate, v8::Local<v8::String> name);
  /external/v8/src/ic/
stub-cache.h 75 Isolate* isolate() { return isolate_; } function in class:v8::internal::StubCache
99 explicit StubCache(Isolate* isolate);
133 Isolate* isolate_;
135 friend class Isolate;
  /external/pdfium/fxjs/
cfxjse_runtimedata.cpp 14 CFXJSE_RuntimeData::CFXJSE_RuntimeData(v8::Isolate* pIsolate)
20 v8::Isolate* pIsolate) {
43 CFXJSE_RuntimeData* CFXJSE_RuntimeData::Get(v8::Isolate* pIsolate) {
cjs_runtime.cpp 50 void IJS_Runtime::Initialize(unsigned int slot, void* isolate) {
51 FXJS_Initialize(slot, reinterpret_cast<v8::Isolate*>(isolate));
65 CJS_Runtime* CJS_Runtime::CurrentRuntimeFromIsolate(v8::Isolate* pIsolate) {
74 v8::Isolate* pIsolate = nullptr;
79 v8::Isolate* pExternalIsolate = nullptr;
81 pExternalIsolate = reinterpret_cast<v8::Isolate*>(pPlatform->m_isolate);
90 v8::Isolate::Scope isolate_scope(pIsolate);
113 v8::Isolate::Scope isolate_scope(GetIsolate());
179 v8::Isolate::Scope isolate_scope(GetIsolate())
    [all...]
  /external/v8/src/heap/
embedder-tracing.h 21 explicit LocalEmbedderHeapTracer(Isolate* isolate) : isolate_(isolate) {}
32 remote_tracer_->isolate_ = reinterpret_cast<v8::Isolate*>(isolate_);
73 Isolate* const isolate_;
  /external/v8/src/libsampler/
sampler.h 33 explicit Sampler(Isolate* isolate);
36 Isolate* isolate() const { return isolate_; } function in class:v8::sampler::Sampler
91 Isolate* isolate_;

Completed in 756 milliseconds

1 2 3 45 6 7 8 91011>>