HomeSort by relevance Sort by last modified time
    Searched refs:Isolate (Results 151 - 175 of 687) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/v8/src/
log-inl.h 9 #include "src/isolate.h"
32 void Logger::CallEventLogger(Isolate* isolate, const char* name, StartEnd se,
34 if (isolate->event_logger() != NULL) {
35 if (isolate->event_logger() == DefaultEventLoggerSentinel) {
36 LOG(isolate, TimerEvent(se, name));
38 isolate->event_logger()(name, se);
deoptimizer.h 70 Isolate* isolate() const;
76 // to the isolate).
185 static TranslatedFrame CompiledStubFrame(int height, Isolate* isolate) {
186 return TranslatedFrame(kCompiledStub, isolate, nullptr, height);
194 TranslatedFrame(Kind kind, Isolate* isolate,
200 isolate_(isolate) {}
211 Isolate* isolate_
257 Isolate* isolate() { return isolate_; } function in class:v8::internal::TranslatedState
557 Isolate* isolate() const { return masm_->isolate(); } function in class:v8::internal::Deoptimizer::BASE_EMBEDDED
577 Isolate* isolate() const { return isolate_; } function in class:v8::internal::Deoptimizer
1055 Isolate* isolate() { return isolate_; } function in class:v8::internal::MaterializedObjectStore
    [all...]
optimizing-compile-dispatcher.h 26 explicit OptimizingCompileDispatcher(Isolate* isolate)
27 : isolate_(isolate),
96 Isolate* isolate_;
v8.cc 16 #include "src/isolate.h"
51 Isolate::GlobalTearDown();
78 Isolate::InitializeOncePerProcess();
i18n.cc 10 #include "src/isolate.h"
37 bool ExtractStringSetting(Isolate* isolate,
41 Handle<String> str = isolate->factory()->NewStringFromAsciiChecked(key);
53 bool ExtractIntegerSetting(Isolate* isolate,
57 Handle<String> str = isolate->factory()->NewStringFromAsciiChecked(key);
67 bool ExtractBooleanSetting(Isolate* isolate,
71 Handle<String> str = isolate->factory()->NewStringFromAsciiChecked(key)
    [all...]
  /external/v8/src/profiler/
profile-generator-inl.h 47 inline Isolate* ProfileNode::isolate() const { return tree_->isolate(); } function in class:v8::internal::ProfileNode
  /external/v8/src/regexp/
jsregexp-inl.h 22 if (register_array_size_ > Isolate::kJSRegexpStaticOffsetsVectorSize) {
  /external/v8/src/runtime/
runtime.cc 11 #include "src/isolate.h"
20 Isolate* isolate);
26 Isolate* isolate);
55 void Runtime::InitializeIntrinsicFunctionNames(Isolate* isolate,
58 HandleScope scope(isolate);
63 dict, isolate->factory()->InternalizeUtf8String(name),
64 Handle<Smi>(Smi::FromInt(i), isolate), PropertyDetails::Empty())
109 isolate); local
    [all...]
  /external/v8/src/wasm/
wasm-module.h 89 Isolate* shared_isolate; // isolate for storing shared code.
119 // Creates a new instantiation of the module in the given isolate.
120 MaybeHandle<JSObject> Instantiate(Isolate* isolate, Handle<JSObject> ffi,
182 int32_t CompileAndRunWasmModule(Isolate* isolate, const byte* module_start,
187 int32_t CompileAndRunWasmModule(Isolate* isolate, WasmModule* module);
  /external/v8/test/cctest/
test-code-stubs-arm.cc 44 ConvertDToIFunc MakeConvertDToIFuncTrampoline(Isolate* isolate,
53 HandleScope handles(isolate);
54 MacroAssembler masm(isolate, buffer, static_cast<int>(actual_size),
56 DoubleToIStub stub(isolate, source_reg, destination_reg, 0, true,
134 Assembler::FlushICache(isolate, buffer, actual_size);
142 static Isolate* GetIsolateFrom(LocalContext* context) {
143 return reinterpret_cast<Isolate*>((*context)->GetIsolate());
160 Isolate* isolate = GetIsolateFrom(&context) local
    [all...]
test-code-stubs-ia32.cc 45 ConvertDToIFunc MakeConvertDToIFuncTrampoline(Isolate* isolate,
53 HandleScope handles(isolate);
54 MacroAssembler assm(isolate, buffer, static_cast<int>(actual_size),
58 DoubleToIStub stub(isolate, source_reg, destination_reg, offset, true);
124 static Isolate* GetIsolateFrom(LocalContext* context) {
125 return reinterpret_cast<Isolate*>((*context)->GetIsolate());
132 Isolate* isolate = GetIsolateFrom(&context); local
133 HandleScope scope(isolate);
    [all...]
test-code-stubs-x64.cc 45 ConvertDToIFunc MakeConvertDToIFuncTrampoline(Isolate* isolate,
53 HandleScope handles(isolate);
54 MacroAssembler assm(isolate, buffer, static_cast<int>(actual_size),
58 DoubleToIStub stub(isolate, source_reg, destination_reg, offset, true);
130 static Isolate* GetIsolateFrom(LocalContext* context) {
131 return reinterpret_cast<Isolate*>((*context)->GetIsolate());
138 Isolate* isolate = GetIsolateFrom(&context); local
139 HandleScope scope(isolate);
    [all...]
test-code-stubs-x87.cc 45 ConvertDToIFunc MakeConvertDToIFuncTrampoline(Isolate* isolate,
53 HandleScope handles(isolate);
54 MacroAssembler assm(isolate, buffer, static_cast<int>(actual_size),
58 DoubleToIStub stub(isolate, source_reg, destination_reg, offset, true);
124 static Isolate* GetIsolateFrom(LocalContext* context) {
125 return reinterpret_cast<Isolate*>((*context)->GetIsolate());
132 Isolate* isolate = GetIsolateFrom(&context); local
133 HandleScope scope(isolate);
    [all...]
test-feedback-vector.h 43 Handle<TypeFeedbackVector> NewTypeFeedbackVector(Isolate* isolate, Spec* spec) {
45 TypeFeedbackMetadata::New(isolate, spec);
46 return TypeFeedbackVector::New(isolate, metadata);
trace-extension.h 42 v8::Isolate* isolate, v8::Local<v8::String> name);
test-typedarrays.cc 19 ->Get(v8::Isolate::GetCurrent()->GetCurrentContext(), v8_str("a"))
76 void* memory = reinterpret_cast<Isolate*>(env->GetIsolate())
test-weakmaps.cc 38 static Isolate* GetIsolateFrom(LocalContext* context) {
39 return reinterpret_cast<Isolate*>((*context)->GetIsolate());
43 static Handle<JSWeakMap> AllocateJSWeakMap(Isolate* isolate) {
44 Handle<JSWeakMap> weakmap = isolate->factory()->NewJSWeakMap();
47 HandleScope scope(isolate);
48 Handle<ObjectHashTable> table = ObjectHashTable::New(isolate, 1);
69 Isolate* isolate = GetIsolateFrom(&context); local
70 Factory* factory = isolate->factory()
134 Isolate* isolate = GetIsolateFrom(&context); local
149 Handle<Smi> smi(Smi::FromInt(i), isolate); local
178 Isolate* isolate = GetIsolateFrom(&context); local
219 Isolate* isolate = GetIsolateFrom(&context); local
239 Handle<Smi> smi(Smi::FromInt(i), isolate); local
256 Isolate* isolate = CcTest::i_isolate(); local
    [all...]
  /external/pdfium/fpdfsdk/src/javascript/
JS_Runtime.h 58 v8::Isolate* GetIsolate() const { return m_isolate; }
79 v8::Isolate* m_isolate;
  /external/v8/src/arm64/
code-stubs-arm64.h 40 explicit StoreRegistersStateStub(Isolate* isolate)
41 : PlatformCodeStub(isolate) {}
45 static void GenerateAheadOfTime(Isolate* isolate);
55 explicit RestoreRegistersStateStub(Isolate* isolate)
56 : PlatformCodeStub(isolate) {}
58 static void GenerateAheadOfTime(Isolate* isolate);
    [all...]
  /external/v8/src/crankshaft/
typing.h 22 AstTyper(Isolate* isolate, Zone* zone, Handle<JSFunction> closure,
36 Isolate* isolate_;
  /external/v8/src/heap/
scavenge-job.cc 10 #include "src/isolate.h"
20 Heap* heap = isolate()->heap();
107 v8::Isolate* isolate = reinterpret_cast<v8::Isolate*>(heap->isolate());
108 if (V8::GetCurrentPlatform()->IdleTasksEnabled(isolate)) {
110 auto task = new IdleTask(heap->isolate(), this);
111 V8::GetCurrentPlatform()->CallIdleOnForegroundThread(isolate, task);
  /external/v8/src/mips/
code-stubs-mips.h 54 explicit StoreRegistersStateStub(Isolate* isolate)
55 : PlatformCodeStub(isolate) {}
57 static void GenerateAheadOfTime(Isolate* isolate);
67 explicit RestoreRegistersStateStub(Isolate* isolate)
68 : PlatformCodeStub(isolate) {}
70 static void GenerateAheadOfTime(Isolate* isolate);
    [all...]
  /external/v8/src/mips64/
code-stubs-mips64.h 55 explicit StoreRegistersStateStub(Isolate* isolate)
56 : PlatformCodeStub(isolate) {}
58 static void GenerateAheadOfTime(Isolate* isolate);
68 explicit RestoreRegistersStateStub(Isolate* isolate)
69 : PlatformCodeStub(isolate) {}
71 static void GenerateAheadOfTime(Isolate* isolate);
    [all...]
  /external/v8/src/ppc/
code-stubs-ppc.h 54 explicit StoreRegistersStateStub(Isolate* isolate)
55 : PlatformCodeStub(isolate) {}
57 static void GenerateAheadOfTime(Isolate* isolate);
67 explicit RestoreRegistersStateStub(Isolate* isolate)
68 : PlatformCodeStub(isolate) {}
70 static void GenerateAheadOfTime(Isolate* isolate);
    [all...]
  /external/v8/tools/
parser-shell.cc 71 const char* fname, Encoding encoding, int repeat, v8::Isolate* isolate,
79 isolate, reinterpret_cast<const char*>(source),
86 isolate, reinterpret_cast<const uint16_t*>(source),
93 source_handle = v8::String::NewExternalOneByte(isolate, string_resource)
100 reinterpret_cast<i::Isolate*>(isolate)->factory()->NewScript(
172 v8::Isolate::CreateParams create_params;
174 v8::Isolate* isolate = v8::Isolate::New(create_params) local
    [all...]

Completed in 298 milliseconds

1 2 3 4 5 67 8 91011>>