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

1 2 3 4 5 6 78 91011>>

  /external/v8/src/wasm/
wasm-objects.h 137 Isolate* isolate, const wasm::WasmFeatures& enabled,
145 Isolate* isolate, std::shared_ptr<wasm::NativeModule> native_module,
167 static MaybeHandle<String> GetModuleNameOrNull(Isolate*,
173 static MaybeHandle<String> GetFunctionNameOrNull(Isolate*,
180 static Handle<String> GetFunctionName(Isolate*, Handle<WasmModuleObject>,
221 Isolate* isolate, Handle<WasmModuleObject>, wasm::WireBytesRef ref);
223 Isolate* isolate, Vector<const uint8_t> wire_byte
    [all...]
wasm-features.h 17 class Isolate;
56 // Enables features based on both commandline flags and the isolate.
57 // Precondition: A valid context must be set in {isolate->context()}.
58 V8_EXPORT_PRIVATE WasmFeatures WasmFeaturesFromIsolate(Isolate* isolate);
  /external/v8/include/
v8.h 83 class Isolate;
137 class Isolate;
147 class Isolate;
400 V8_INLINE static Local<T> New(Isolate* isolate, Local<T> that);
401 V8_INLINE static Local<T> New(Isolate* isolate,
417 friend class Isolate;
420 friend Local<Primitive> Undefined(Isolate* isolate);
6962 Isolate* isolate; member in struct:v8::JitCodeEvent
7164 v8::Isolate* isolate() const { return isolate_; } function in class:v8::EmbedderHeapTracer
    [all...]
  /external/v8/src/
isolate.h 126 #define RETURN_FAILURE_IF_SCHEDULED_EXCEPTION(isolate) \
128 Isolate* __isolate__ = (isolate); \
137 #define RETURN_VALUE_IF_SCHEDULED_EXCEPTION(isolate, value) \
139 Isolate* __isolate__ = (isolate); \
147 #define RETURN_EXCEPTION_IF_SCHEDULED_EXCEPTION(isolate, T) \
148 RETURN_VALUE_IF_SCHEDULED_EXCEPTION(isolate, MaybeHandle<T>())
150 #define ASSIGN_RETURN_ON_SCHEDULED_EXCEPTION_VALUE(isolate, dst, call, value) \
152 Isolate* __isolate__ = (isolate);
594 Isolate* isolate() const { return isolate_; } function in class:v8::internal::Isolate::PerIsolateThreadData
640 Isolate* isolate = reinterpret_cast<Isolate*>( local
    [all...]
d8-console.h 16 explicit D8Console(Isolate* isolate);
40 Isolate* isolate_;
property.h 35 static Descriptor DataField(Isolate* isolate, Handle<Name> key,
48 static Descriptor DataConstant(Isolate* isolate, Handle<Name> key,
vm-state-inl.h 44 VMState<Tag>::VMState(Isolate* isolate)
45 : isolate_(isolate), previous_tag_(isolate->current_vm_state()) {
61 ExternalCallbackScope::ExternalCallbackScope(Isolate* isolate, Address callback)
62 : isolate_(isolate),
64 previous_scope_(isolate->external_callback_scope()) {
66 scope_address_ = Simulator::current(isolate)->get_sp();
  /external/pdfium/fxjs/
cjs_object.h 63 v8::Isolate* GetIsolate() const { return m_pIsolate; }
68 v8::Isolate* m_pIsolate;
  /external/pdfium/testing/
xfa_js_embedder_test.cpp 22 v8::Isolate::CreateParams params;
24 isolate_ = v8::Isolate::New(params);
  /external/v8/include/libplatform/
libplatform.h 54 * Pumps the message loop for the given isolate.
62 v8::Platform* platform, v8::Isolate* isolate,
73 v8::Isolate* isolate,
  /external/v8/src/compiler/
simplified-operator-reducer.h 17 class Isolate;
54 Isolate* isolate() const;
  /external/v8/src/compiler-dispatcher/
compiler-dispatcher-tracer.h 19 class Isolate;
52 explicit CompilerDispatcherTracer(Isolate* isolate);
optimizing-compile-dispatcher.h 26 explicit OptimizingCompileDispatcher(Isolate* isolate)
27 : isolate_(isolate),
70 Isolate* isolate_;
  /external/v8/src/debug/
debug-frames.h 10 #include "src/isolate.h"
20 Isolate* isolate);
54 Isolate* isolate_;
debug-scope-iterator.cc 11 #include "src/isolate.h"
18 v8::Isolate* v8_isolate, v8::Local<v8::Function> v8_func) {
34 reinterpret_cast<internal::Isolate*>(v8_isolate), function));
39 v8::Isolate* v8_isolate, v8::Local<v8::Object> v8_generator) {
44 reinterpret_cast<internal::Isolate*>(v8_isolate),
50 DebugScopeIterator::DebugScopeIterator(Isolate* isolate,
52 : iterator_(isolate, frame_inspector) {
56 DebugScopeIterator::DebugScopeIterator(Isolate* isolate,
    [all...]
debug-stack-trace-iterator.h 17 DebugStackTraceIterator(Isolate* isolate, int index);
37 Isolate* isolate_;
  /external/v8/src/heap/
incremental-marking-job.cc 11 #include "src/isolate.h"
25 v8::Isolate* isolate = reinterpret_cast<v8::Isolate*>(heap->isolate()); local
27 auto task = new Task(heap->isolate(), this);
28 V8::GetCurrentPlatform()->CallOnForegroundThread(isolate, task);
44 VMState<GC> state(isolate());
45 TRACE_EVENT_CALL_STATS_SCOPED(isolate(), "v8", "V8.Task");
47 Heap* heap = isolate()->heap()
    [all...]
  /external/v8/src/inspector/
wasm-translation.h 24 explicit WasmTranslation(v8::Isolate* isolate);
72 v8::Isolate* isolate_;
  /external/v8/src/objects/
arguments.h 46 inline static bool GetSloppyArgumentsLength(Isolate* isolate,
102 void SloppyArgumentsElementsVerify(Isolate* isolate, JSObject* holder);
js-collator.h 13 #include "src/isolate.h"
28 Isolate* isolate, Handle<JSCollator> collator, Handle<Object> locales,
32 static Handle<JSObject> ResolvedOptions(Isolate* isolate,
code.h 58 const char* GetName(Isolate* isolate) const;
59 void PrintBuiltinCode(Isolate* isolate, const char* name);
347 void VerifyEmbeddedObjects(Isolate* isolate,
351 bool IsIsolateIndependent(Isolate* isolate);
364 explicit OptimizedCodeIterator(Isolate* isolate);
    [all...]
debug-objects.cc 27 void DebugInfo::ClearBreakInfo(Isolate* isolate) {
32 set_original_bytecode_array(ReadOnlyRoots(isolate).undefined_value());
34 set_break_points(ReadOnlyRoots(isolate).empty_fixed_array());
60 bool DebugInfo::HasBreakPoint(Isolate* isolate, int source_position) {
63 Object* break_point_info = GetBreakPointInfo(isolate, source_position);
67 if (break_point_info->IsUndefined(isolate)) return false;
68 return BreakPointInfo::cast(break_point_info)->GetBreakPointCount(isolate) >
73 Object* DebugInfo::GetBreakPointInfo(Isolate* isolate, int source_position)
    [all...]
  /external/v8/src/profiler/
heap-snapshot-generator-inl.h 22 Isolate* HeapGraphEdge::isolate() const { function in class:v8::internal::HeapGraphEdge
23 return snapshot()->profiler()->isolate();
63 Isolate* HeapEntry::isolate() const { return snapshot_->profiler()->isolate(); } function in class:v8::internal::HeapEntry
cpu-profiler.cc 28 CpuSampler(Isolate* isolate, ProfilerEventsProcessor* processor)
29 : sampler::Sampler(reinterpret_cast<v8::Isolate*>(isolate)),
35 Isolate* isolate = reinterpret_cast<Isolate*>(this->isolate());
36 sample->Init(isolate, regs, TickSample::kIncludeCEntryFrame, true);
48 ProfilerEventsProcessor::ProfilerEventsProcessor(Isolate* isolate
    [all...]
  /external/v8/src/regexp/
regexp-utils.cc 8 #include "src/isolate.h"
17 Isolate* isolate, Handle<RegExpMatchInfo> match_info, int capture,
22 return isolate->factory()->empty_string();
29 return isolate->factory()->empty_string();
33 Handle<String> last_subject(match_info->LastSubject(), isolate);
34 return isolate->factory()->NewSubString(last_subject, match_start, match_end);
39 V8_INLINE bool HasInitialRegExpMap(Isolate* isolate, Handle<JSReceiver> recv) {
40 return recv->map() == isolate->regexp_function()->initial_map()
    [all...]

Completed in 804 milliseconds

1 2 3 4 5 6 78 91011>>