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

12 3 4 5 6 7 8 91011>>

  /external/v8/src/debug/
debug-evaluate.h 23 static MaybeHandle<Object> Global(Isolate* isolate, Handle<String> source,
31 static MaybeHandle<Object> Local(Isolate* isolate, StackFrame::Id frame_id,
39 static MaybeHandle<Object> WithTopmostArguments(Isolate* isolate,
43 Isolate* isolate, Handle<SharedFunctionInfo> info);
68 ContextBuilder(Isolate* isolate, JavaScriptFrame* frame
    [all...]
  /external/v8/src/regexp/
regexp-utils.h 19 static Handle<String> GenericCaptureGetter(Isolate* isolate,
25 Isolate* isolate, Handle<JSReceiver> regexp, uint64_t value);
27 Isolate* isolate, Handle<JSReceiver> recv);
31 Isolate* isolate, Handle<JSReceiver> regexp, Handle<String> string,
36 static Maybe<bool> IsRegExp(Isolate* isolate, Handle<Object> object)
    [all...]
interpreter-irregexp.h 19 static RegExpImpl::IrregexpResult Match(Isolate* isolate,
  /external/v8/src/extensions/
gc-extension.cc 14 v8::Isolate* isolate, v8::Local<v8::String> str) {
15 return v8::FunctionTemplate::New(isolate, GCExtension::GC);
24 ? v8::Isolate::kMinorGarbageCollection
25 : v8::Isolate::kFullGarbageCollection);
  /external/v8/src/
runtime-profiler.h 13 class Isolate;
20 explicit RuntimeProfiler(Isolate* isolate);
39 Isolate* isolate_;
codegen.cc 17 double std_##name(double x, Isolate* isolate) { return std::name(x); } \
18 void init_fast_##name##_function(Isolate* isolate) { \
19 if (FLAG_fast_math) fast_##name##_function = generator(isolate); \
22 void lazily_initialize_fast_##name(Isolate* isolate) { \
23 if (!fast_##name##_function) init_fast_##name##_function(isolate); \
25 double fast_##name(double x, Isolate* isolate) { \
    [all...]
json-stringifier.h 13 V8_WARN_UNUSED_RESULT MaybeHandle<Object> JsonStringify(Isolate* isolate,
bootstrapper.h 25 void Initialize(Isolate* isolate, bool create_heap_objects);
32 bool Lookup(Isolate* isolate, Vector<const char> name,
35 void Add(Isolate* isolate, Vector<const char> name,
94 static bool CompileNative(Isolate* isolate, Vector<const char> name,
97 static bool CompileBuiltin(Isolate* isolate, int index)
    [all...]
v8.h 17 class Isolate;
28 [[noreturn]] static void FatalProcessOutOfMemory(Isolate* isolate,
api-natives.h 30 Isolate* isolate, Handle<ObjectTemplateInfo> data,
43 Isolate* isolate, Handle<FunctionTemplateInfo> obj,
47 static void AddDataProperty(Isolate* isolate, Handle<TemplateInfo> info,
51 static void AddDataProperty(Isolate* isolate, Handle<TemplateInfo> info,
55 static void AddAccessorProperty(Isolate* isolate, Handle<TemplateInfo> info
    [all...]
prototype.h 8 #include "src/isolate.h"
30 inline PrototypeIterator(Isolate* isolate, Handle<JSReceiver> receiver,
34 inline PrototypeIterator(Isolate* isolate, JSReceiver* receiver,
38 inline explicit PrototypeIterator(Isolate* isolate, Map* receiver_map,
41 inline explicit PrototypeIterator(Isolate* isolate, Handle<Map> receiver_map,
72 Isolate* isolate() const { return isolate_; function in class:v8::internal::PrototypeIterator
    [all...]
handles.h 23 class Isolate;
33 V8_INLINE explicit HandleBase(Object* object, Isolate* isolate);
102 V8_INLINE Handle(T* object, Isolate* isolate);
105 V8_INLINE static Handle<T> New(T* object, Isolate* isolate);
176 explicit inline HandleScope(Isolate* isolate);
181 V8_EXPORT_PRIVATE static int NumberOfHandles(Isolate* isolate)
203 Isolate* isolate() { return isolate_; } function in class:v8::internal::HandleScope
    [all...]
simulator.h 43 static inline uintptr_t JsLimitFromCLimit(v8::internal::Isolate* isolate,
45 return Simulator::current(isolate)->StackLimit(c_limit);
48 static inline uintptr_t RegisterCTryCatch(v8::internal::Isolate* isolate,
50 return Simulator::current(isolate)->PushAddress(try_catch_address);
53 static inline void UnregisterCTryCatch(v8::internal::Isolate* isolate) {
54 Simulator::current(isolate)->PopAddress();
66 static inline uintptr_t JsLimitFromCLimit(v8::internal::Isolate* isolate
    [all...]
code-factory.cc 27 Handle<Code> CodeFactory::RuntimeCEntry(Isolate* isolate, int result_size) {
28 return CodeFactory::CEntry(isolate, result_size);
32 BUILTIN_CODE(isolate, CEntry_##RS##_##SD##_##AM##_##BE)
35 Handle<Code> CodeFactory::CEntry(Isolate* isolate, int result_size,
72 Callable CodeFactory::ApiGetter(Isolate* isolate) {
73 return Callable(BUILTIN_CODE(isolate, CallApiGetter), ApiGetterDescriptor{});
77 Callable CodeFactory::CallApiCallback(Isolate* isolate, int argc)
    [all...]
  /external/v8/src/ic/
handler-configuration.h 114 static inline Handle<Smi> LoadNormal(Isolate* isolate);
117 static inline Handle<Smi> LoadGlobal(Isolate* isolate);
121 static inline Handle<Smi> LoadInterceptor(Isolate* isolate);
124 static inline Handle<Smi> LoadField(Isolate* isolate, FieldIndex field_index);
127 static inline Handle<Smi> LoadConstant(Isolate* isolate, int descriptor)
    [all...]
  /external/pdfium/testing/
js_embedder_test.cpp 16 v8::Isolate::CreateParams params;
18 m_pIsolate = v8::Isolate::New(params);
23 v8::Isolate::Scope isolate_scope(m_pIsolate);
38 v8::Isolate* JSEmbedderTest::isolate() { function in class:JSEmbedderTest
js_embedder_test.h 21 v8::Isolate* isolate();
27 v8::Isolate* m_pIsolate = nullptr;
  /external/v8/include/
v8-testing.h 42 static void DeoptimizeAll(Isolate* isolate);
  /external/v8/src/compiler-dispatcher/
compiler-dispatcher-job.h 59 virtual void PrepareOnMainThread(Isolate* isolate) = 0;
66 virtual void FinalizeOnMainThread(Isolate* isolate) = 0;
70 virtual void ReportErrorsOnMainThread(Isolate* isolate) = 0;
73 virtual void ResetOnMainThread(Isolate* isolate) = 0;
  /external/v8/src/heap/
scavenge-job.h 15 class Isolate;
22 explicit IdleTask(Isolate* isolate, ScavengeJob* job)
23 : CancelableIdleTask(isolate), isolate_(isolate), job_(job) {}
27 Isolate* isolate() { return isolate_; } function in class:v8::internal::ScavengeJob::IdleTask
30 Isolate* isolate_;
  /external/v8/src/interpreter/
setup-interpreter.h 24 static void InstallBytecodeHandler(Isolate* isolate, Address* dispatch_table,
  /external/v8/src/libplatform/
default-platform.h 45 v8::Isolate* isolate,
48 void RunIdleTasks(v8::Isolate* isolate, double idle_time_in_seconds);
60 v8::Isolate* isolate) override;
64 void CallOnForegroundThread(v8::Isolate* isolate, Task* task) override;
65 void CallDelayedOnForegroundThread(Isolate* isolate, Task* task
    [all...]
  /external/v8/src/objects/
module.h 19 class Isolate;
101 Isolate* isolate, Handle<Module> module, v8::Local<v8::Context> context,
106 Isolate* isolate, Handle<Module> module);
109 static Handle<Object> LoadVariable(Isolate* isolate, Handle<Module> module,
116 static Handle<JSModuleNamespace> GetModuleNamespace(Isolate* isolate,
122 static Handle<JSModuleNamespace> GetModuleNamespace(Isolate* isolate
    [all...]
debug-objects.h 79 void ClearBreakInfo(Isolate* isolate);
95 bool HasBreakPoint(Isolate* isolate, int source_position);
97 static bool ClearBreakPoint(Isolate* isolate, Handle<DebugInfo> debug_info,
100 static void SetBreakPoint(Isolate* isolate, Handle<DebugInfo> debug_info,
104 Handle<Object> GetBreakPoints(Isolate* isolate, int source_position)
    [all...]
  /external/v8/src/wasm/
wasm-memory.h 35 void RegisterAllocation(Isolate* isolate, void* allocation_base,
70 AllocationData ReleaseAllocation(Isolate* isolate, const void* buffer_start);
85 bool FreeMemoryIfIsWasmMemory(Isolate* isolate, const void* buffer_start);
102 void AddAddressSpaceSample(Isolate* isolate);
131 Isolate*, size_t size, SharedFlag shared = SharedFlag::kNotShared);
134 Isolate*, void* backing_store, size_t size, bool is_external
    [all...]

Completed in 2279 milliseconds

12 3 4 5 6 7 8 91011>>