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

1 2 3 4 5 6 7 8 91011>>

  /external/v8/src/
codegen.h 16 typedef double (*UnaryMathFunctionWithIsolate)(double x, Isolate* isolate);
18 UnaryMathFunctionWithIsolate CreateSqrtFunction(Isolate* isolate);
21 double fast_sqrt(double input, Isolate* isolate);
22 void lazily_initialize_fast_sqrt(Isolate* isolate);
code-factory.h 29 static Handle<Code> RuntimeCEntry(Isolate* isolate, int result_size = 1);
31 static Handle<Code> CEntry(Isolate* isolate, int result_size = 1,
37 static Callable LoadGlobalIC(Isolate* isolate, TypeofMode typeof_mode);
38 static Callable LoadGlobalICInOptimizedCode(Isolate* isolate,
40 static Callable StoreOwnIC(Isolate* isolate);
    [all...]
instruction-stream.h 15 class Isolate;
22 static bool PcIsOffHeap(Isolate* isolate, Address pc);
25 static Code* TryLookupCode(Isolate* isolate, Address address);
31 static void CreateOffHeapInstructionStream(Isolate* isolate, uint8_t** data,
isolate-inl.h 8 #include "src/isolate.h"
14 bool Isolate::FromWritableHeapObject(HeapObject* obj, Isolate** isolate) {
17 *isolate = nullptr;
20 *isolate = chunk->heap()->isolate();
24 void Isolate::set_context(Context* context) {
29 Handle<NativeContext> Isolate::native_context() {
33 NativeContext* Isolate::raw_native_context()
    [all...]
setup-isolate.h 14 class Isolate;
24 // - setup-isolate-deserialize.cc: always loads things from snapshot.
25 // - setup-isolate-full.cc: loads from snapshot or bootstraps from scratch,
27 // For testing, the implementation in setup-isolate-for-tests.cc can be chosen
28 // to force the behavior of setup-isolate-full.cc at runtime.
39 virtual void SetupBuiltins(Isolate* isolate);
46 static void SetupBuiltinsInternal(Isolate* isolate);
48 static void PopulateWithPlaceholders(Isolate* isolate)
    [all...]
d8-windows.cc 11 void Shell::AddOSMethods(Isolate* isolate, Local<ObjectTemplate> os_templ) {}
vm-state.h 22 explicit inline VMState(Isolate* isolate);
26 Isolate* isolate_;
33 inline ExternalCallbackScope(Isolate* isolate, Address callback);
48 Isolate* isolate_;
uri.h 18 static MaybeHandle<String> DecodeUri(Isolate* isolate, Handle<String> uri) {
19 return Decode(isolate, uri, true);
23 static MaybeHandle<String> DecodeUriComponent(Isolate* isolate,
25 return Decode(isolate, component, false);
29 static MaybeHandle<String> EncodeUri(Isolate* isolate, Handle<String> uri) {
30 return Encode(isolate, uri, true);
34 static MaybeHandle<String> EncodeUriComponent(Isolate* isolate
    [all...]
  /external/v8/src/heap/
code-stats.h 11 class Isolate;
20 static void CollectCodeStatistics(PagedSpace* space, Isolate* isolate);
23 static void CollectCodeStatistics(LargeObjectSpace* space, Isolate* isolate);
26 static void ResetCodeAndMetadataStatistics(Isolate* isolate);
30 static void ReportCodeStatistics(Isolate* isolate);
35 Isolate* isolate)
    [all...]
incremental-marking-job.h 14 class Isolate;
23 explicit Task(Isolate* isolate, IncrementalMarkingJob* job)
24 : CancelableTask(isolate), isolate_(isolate), job_(job) {}
29 Isolate* isolate() { return isolate_; } function in class:v8::internal::IncrementalMarkingJob::Task
32 Isolate* isolate_;
  /external/pdfium/fxjs/
cfxjse_runtimedata.h 20 static CFXJSE_RuntimeData* Get(v8::Isolate* pIsolate);
22 v8::Isolate* m_pIsolate;
27 explicit CFXJSE_RuntimeData(v8::Isolate* pIsolate);
29 static std::unique_ptr<CFXJSE_RuntimeData> Create(v8::Isolate* pIsolate);
cfxjse_isolatetracker.h 20 explicit CFXJSE_ScopeUtil_IsolateHandle(v8::Isolate* pIsolate)
22 v8::Isolate* GetIsolate() { return m_isolate; }
31 v8::Isolate* m_isolate;
32 v8::Isolate::Scope m_iscope;
38 explicit CFXJSE_ScopeUtil_IsolateHandleRootContext(v8::Isolate* pIsolate)
  /external/v8/src/wasm/
wasm-js.h 16 V8_EXPORT_PRIVATE static void Install(Isolate* isolate,
wasm-serialization.h 19 WasmSerializer(Isolate* isolate, NativeModule* native_module);
29 Isolate* isolate_;
36 Isolate* isolate, Vector<const byte> data, Vector<const byte> wire_bytes);
  /external/v8/src/parsing/
parsing.h 21 V8_EXPORT_PRIVATE bool ParseProgram(ParseInfo* info, Isolate* isolate);
27 Isolate* isolate);
34 Isolate* isolate);
  /external/v8/src/objects/
string-table.h 20 virtual Handle<String> AsHandle(Isolate* isolate) = 0;
39 static inline uint32_t Hash(Isolate* isolate, Key key) { return key->Hash(); }
41 static inline uint32_t HashForObject(Isolate* isolate, Object* object);
43 static inline Handle<Object> AsHandle(Isolate* isolate, Key key);
61 V8_EXPORT_PRIVATE static Handle<String> LookupString(Isolate* isolate,
    [all...]
intl-objects.h 42 Isolate* isolate, Handle<String> locale, Handle<JSObject> options,
55 Isolate* isolate, Handle<JSObject> date_time_format_holder, double x);
60 Isolate* isolate, Handle<JSObject> date_time_format_holder,
69 Isolate* isolate, Handle<JSReceiver> receiver, const char* method_name);
73 Isolate* isolate, Handle<Object> input_options, const char* required
    [all...]
bigint.h 101 static Handle<BigInt> UnaryMinus(Isolate* isolate, Handle<BigInt> x);
102 static MaybeHandle<BigInt> BitwiseNot(Isolate* isolate, Handle<BigInt> x);
103 static MaybeHandle<BigInt> Exponentiate(Isolate* isolate, Handle<BigInt> base,
105 static MaybeHandle<BigInt> Multiply(Isolate* isolate, Handle<BigInt> x,
107 static MaybeHandle<BigInt> Divide(Isolate* isolate, Handle<BigInt> x
    [all...]
  /external/v8/src/builtins/
constants-table-builder.h 16 class Isolate;
25 explicit BuiltinsConstantsTableBuilder(Isolate* isolate);
42 Isolate* isolate_;
  /external/v8/src/profiler/
tracing-cpu-profiler.h 17 class Isolate;
22 explicit TracingCpuProfilerImpl(Isolate*);
33 Isolate* isolate_;
tick-sample.h 15 class Isolate;
18 void Init(Isolate* isolate, const v8::RegisterState& state,
  /external/v8/src/arm64/
codegen-arm64.cc 11 #include "src/isolate.h"
19 UnaryMathFunctionWithIsolate CreateSqrtFunction(Isolate* isolate) {
  /external/v8/src/interpreter/
interpreter-generator.h 15 extern Handle<Code> GenerateBytecodeHandler(Isolate* isolate, Bytecode bytecode,
19 extern Handle<Code> GenerateDeserializeLazyHandler(Isolate* isolate,
  /external/v8/src/snapshot/
object-deserializer.h 20 Isolate* isolate, const SerializedCodeData* data, Handle<String> source);
27 MaybeHandle<HeapObject> Deserialize(Isolate* isolate);
  /external/v8/src/compiler-dispatcher/
unoptimized-compile-job.h 23 class Isolate;
35 UnoptimizedCompileJob(Isolate* isolate, CompilerDispatcherTracer* tracer,
47 void PrepareOnMainThread(Isolate* isolate) override;
49 void FinalizeOnMainThread(Isolate* isolate) override;
50 void ReportErrorsOnMainThread(Isolate* isolate) override;
51 void ResetOnMainThread(Isolate* isolate) override
    [all...]

Completed in 847 milliseconds

1 2 3 4 5 6 7 8 91011>>