Searched refs:GetIsolate (Results 276 - 300 of 304) sorted by relevance

<<111213

/external/chromium_org/v8/src/
H A Dcode-stubs.cc361 Isolate* isolate = new_object->GetIsolate();
562 code->GetIsolate()->factory()->NewFixedArray(1, TENURED);
H A Dobjects-printer.cc42 HandleScope scope(GetIsolate());
386 PrototypeIterator iter(GetIsolate(), this);
H A Djsregexp.cc88 Isolate* isolate = re->GetIsolate();
159 Isolate* isolate = re->GetIsolate();
249 re->GetIsolate()->factory()->SetRegExpAtomData(re,
261 SealHandleScope shs(array->GetIsolate());
275 Isolate* isolate = regexp->GetIsolate();
326 Isolate* isolate = re->GetIsolate();
393 Isolate* isolate = re->GetIsolate();
495 re->GetIsolate()->factory()->SetRegExpIrregexpData(re,
531 Isolate* isolate = regexp->GetIsolate();
618 Isolate* isolate = regexp->GetIsolate();
[all...]
H A Dcontexts.h439 DCHECK(IsBootstrappingOrGlobalObject(this->GetIsolate(), result));
H A Ddebug.h228 virtual v8::Isolate* GetIsolate() const;
H A Dfull-codegen.cc1677 Isolate* isolate = code->GetIsolate();
1686 Isolate* isolate = code->GetIsolate();
H A Dframes.h527 : receiver_(receiver, function->GetIsolate()),
H A Dassembler.cc702 Isolate* isolate = code->map()->GetIsolate();
H A Druntime.cc168 Isolate* isolate = context->GetIsolate();
834 Isolate* isolate = array_buffer->GetIsolate();
3219 array_->GetIsolate()->factory()->NewFixedArrayWithHoles(new_length);
3623 Isolate* isolate = replacement->GetIsolate();
4788 Factory* factory = string->GetIsolate()->factory();
5230 Isolate* isolate = js_object->GetIsolate();
5798 for (PrototypeIterator iter(obj->GetIsolate(), obj);
10197 Handle<Object> key(dictionary->KeyAt(i), array->GetIsolate());
10275 Isolate* isolate = object->GetIsolate();
13175 Isolate* isolate = target->GetIsolate();
[all...]
H A Ddeoptimizer.cc477 PrototypeIterator iter(object->GetIsolate(), object);
3182 return SlotRef(data->GetIsolate(),
H A Dgdb-jit.cc2085 Isolate* isolate = code->GetIsolate();
/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
H A DV8Binding.h776 result.uncheckedAppend(TraitsType::nativeValue(info[i], info.GetIsolate(), exceptionState));
938 v8::Handle<v8::Array> properties = v8::Array::New(info.GetIsolate(), length);
941 v8::Handle<v8::Integer> integer = v8::Integer::New(info.GetIsolate(), i);
/external/chromium_org/v8/src/ic/
H A Dhandler-compiler.cc30 Isolate* isolate = name->GetIsolate();
H A Dic.cc463 Isolate* isolate = stub->GetIsolate();
2390 CompareNilICStub stub(target->GetIsolate(), state,
/external/chromium_org/v8/src/x87/
H A Ddeoptimizer-x87.cc26 Isolate* isolate = code->GetIsolate();
/external/pdfium/fpdfsdk/src/jsapi/
H A Dfxjs_v8.cpp440 return context->GetIsolate();
545 pObj->SetInternalField(0, v8::External::New(context->GetIsolate(), NULL));
/external/chromium_org/content/renderer/pepper/
H A Dpepper_plugin_instance_impl.h361 virtual v8::Isolate* GetIsolate() const OVERRIDE;
H A Dpepper_plugin_instance_impl.cc690 DCHECK(context->GetIsolate() == isolate_);
3066 v8::Isolate* PepperPluginInstanceImpl::GetIsolate() const { return isolate_; } function in class:content::PepperPluginInstanceImpl
/external/chromium_org/v8/src/heap/
H A Dobjects-visiting-inl.h890 Isolate* isolate = this->GetIsolate();
H A Dheap.cc2258 SLOW_DCHECK(object->GetIsolate()->heap()->InFromSpace(object));
5924 name->GetIsolate(), Handle<String>::cast(name)).ToHandle(&name)) {
5930 DCHECK(!map->GetIsolate()->heap()->InNewSpace(*name));
H A Dspaces.cc1802 Isolate* isolate = obj->GetIsolate();
/external/chromium_org/v8/src/arm64/
H A Dassembler-arm64-inl.h799 DCHECK(!Code::IsYoungSequence(stub->GetIsolate(), pc_));
H A Dfull-codegen-arm64.cc4918 reinterpret_cast<uint64_t>(unoptimized_code->GetIsolate()
4923 reinterpret_cast<uint64_t>(unoptimized_code->GetIsolate()
4928 reinterpret_cast<uint64_t>(unoptimized_code->GetIsolate()
4933 reinterpret_cast<uint64_t>(unoptimized_code->GetIsolate()
/external/chromium_org/v8/test/cctest/
H A Dtest-heap.cc1539 Isolate* isolate = icontext->GetIsolate();
3871 v8::HandleScope scope(context->GetIsolate());
/external/pdfium/fpdfsdk/src/javascript/
H A DField.cpp122 pField->SetIsolate(pContext->GetJSRuntime()->GetIsolate());

Completed in 431 milliseconds

<<111213