HomeSort by relevance Sort by last modified time
    Searched defs:isolate (Results 226 - 250 of 285) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/v8/src/
platform-linux.cc 368 LOG(i::Isolate::Current(),
485 i::Isolate* isolate = ISOLATE; local
519 LOG(isolate, SharedLibraryEvent(lib_name, start, end));
1026 Isolate* isolate = Isolate::UncheckedCurrent();
1027 if (isolate == NULL || !isolate->IsInitialized() || !isolate->IsInUse())
    [all...]
platform-openbsd.cc 77 Isolate* isolate = Isolate::UncheckedCurrent(); local
78 // Note that the current isolate isn't set up in a call path via
81 if (isolate != NULL) {
83 uint64_t rnd1 = V8::RandomPrivate(isolate);
84 uint64_t rnd2 = V8::RandomPrivate(isolate);
91 uint32_t raw_addr = V8::RandomPrivate(isolate);
193 LOG(i::Isolate::Current(),
287 i::Isolate* isolate = ISOLATE local
    [all...]
runtime.cc 46 #include "isolate-inl.h"
68 if (!(value)) return isolate->ThrowIllegalOperation();
139 MUST_USE_RESULT static MaybeObject* DeepCopyBoilerplate(Isolate* isolate,
141 StackLimitCheck check(isolate);
142 if (check.HasOverflowed()) return isolate->StackOverflow();
144 Heap* heap = isolate->heap();
158 { MaybeObject* maybe_result = DeepCopyBoilerplate(isolate, js_object);
169 { MaybeObject* maybe_result = DeepCopyBoilerplate(isolate, js_object);
195 { MaybeObject* maybe_result = DeepCopyBoilerplate(isolate, js_object)
282 Isolate* isolate = context->GetIsolate(); local
929 Isolate* isolate = obj->GetIsolate(); local
    [all...]
spaces.cc 126 CodeRange::CodeRange(Isolate* isolate)
127 : isolate_(isolate),
264 MemoryAllocator::MemoryAllocator(Isolate* isolate)
265 : isolate_(isolate),
786 area_size_ = heap->isolate()->memory_allocator()->
815 heap()->isolate()->memory_allocator()->Free(iterator.next());
858 Page* p = heap()->isolate()->memory_allocator()->
907 heap()->isolate()->memory_allocator()->Free(page)
1581 Isolate* isolate = Isolate::Current(); local
1596 Isolate* isolate = Isolate::Current(); local
1604 Isolate* isolate = Isolate::Current(); local
1644 Isolate* isolate = Isolate::Current(); local
1661 Isolate* isolate = Isolate::Current(); local
1761 Isolate* isolate = ISOLATE; local
2328 Isolate* isolate = Isolate::Current(); local
2346 Isolate* isolate = Isolate::Current(); local
2426 Isolate* isolate = heap()->isolate(); local
2796 Isolate* isolate = heap()->isolate(); local
    [all...]
debug.cc 44 #include "isolate-inl.h"
59 Debug::Debug(Isolate* isolate)
68 isolate_(isolate) {
90 Isolate* isolate = Isolate::Current(); local
91 return isolate->stub_cache()->ComputeCallDebugPrepareStepIn(argc, kind);
95 static v8::Handle<v8::Context> GetDebugEventContext(Isolate* isolate) {
734 Isolate* isolate = Isolate::Current(); local
1560 Isolate* isolate = Isolate::Current(); local
1611 Isolate* isolate = Isolate::Current(); local
3389 Isolate* isolate = Isolate::Current(); local
    [all...]
hydrogen.h 248 Isolate* isolate() { return isolate_; } function in class:v8::internal::HGraph
361 Isolate* isolate_;
    [all...]
isolate.h 111 #define RETURN_IF_SCHEDULED_EXCEPTION(isolate) \
113 Isolate* __isolate__ = (isolate); \
119 #define RETURN_IF_EMPTY_HANDLE_VALUE(isolate, call, value) \
122 ASSERT((isolate)->has_pending_exception()); \
127 #define CHECK_NOT_EMPTY_HANDLE(isolate, call) \
129 ASSERT(!(isolate)->has_pending_exception()); \
131 CHECK(!(isolate)->has_pending_exception()); \
134 #define RETURN_IF_EMPTY_HANDLE(isolate, call) \
135 RETURN_IF_EMPTY_HANDLE_VALUE(isolate, call, Failure::Exception()
381 Isolate* isolate() const { return isolate_; } function in class:v8::internal::Isolate::PerIsolateThreadData
438 Isolate* isolate = reinterpret_cast<Isolate*>( local
1282 Isolate* isolate = Isolate::Current(); local
1286 Isolate* isolate = context_->GetIsolate(); local
    [all...]
liveedit.cc 598 static void CompileScriptForTracker(Isolate* isolate, Handle<Script> script) {
600 PostponeInterruptsScope postpone(isolate);
608 LiveEditFunctionTracker tracker(info.isolate(), info.function());
613 info.isolate()->StackOverflow();
629 Isolate::Current()->opaque_reference_function();
894 Isolate* isolate = Isolate::Current(); local
895 ZoneScope zone_scope(isolate, DELETE_ON_EXIT)
1476 Isolate* isolate = Isolate::Current(); local
1544 Isolate* isolate = Isolate::Current(); local
    [all...]
liveobjectlist.cc 39 #include "isolate.h"
215 Heap* heap = ISOLATE->heap();
576 Isolate* isolate = Isolate::Current(); local
577 Factory* factory = isolate->factory();
578 detail = factory->NewJSObject(isolate->object_function());
670 Isolate* isolate = Isolate::Current() local
1099 Isolate* isolate = Isolate::Current(); local
1271 Isolate* isolate = Isolate::Current(); local
1398 Isolate* isolate = Isolate::Current(); local
1522 Isolate* isolate = Isolate::Current(); local
1668 Isolate* isolate = Isolate::Current(); local
1792 Isolate* isolate = Isolate::Current(); local
1938 Isolate* isolate = Isolate::Current(); local
1998 Isolate* isolate = Isolate::Current(); local
2124 Isolate* isolate = Isolate::Current(); local
    [all...]
platform-win32.cc 879 Isolate* isolate = Isolate::UncheckedCurrent(); local
880 // Note that the current isolate isn't set up in a call path via
883 if (isolate != NULL) {
896 uintptr_t address = (V8::RandomPrivate(isolate) << kPageSizeBits)
936 LOG(ISOLATE, StringEvent("OS::Allocate", "VirtualAlloc failed"));
    [all...]
  /external/v8/src/x64/
stub-cache-x64.cc 42 static void ProbeTable(Isolate* isolate,
59 ExternalReference key_offset(isolate->stub_cache()->key_reference(table));
60 ExternalReference value_offset(isolate->stub_cache()->value_reference(table));
121 Counters* counters = masm->isolate()->counters();
168 Isolate* isolate = masm->isolate(); local
189 Counters* counters = masm->isolate()->counters();
205 ProbeTable(isolate, masm, flags, kPrimary, receiver, name, scratch)
250 Isolate* isolate = masm->isolate(); local
    [all...]
  /external/chromium_org/third_party/WebKit/Source/bindings/v8/
SerializedScriptValue.cpp 283 explicit Writer(v8::Isolate* isolate)
285 , m_isolate(isolate)
567 v8::Isolate* getIsolate() { return m_isolate; }
676 v8::Isolate* m_isolate;
679 static v8::Handle<v8::Object> toV8Object(MessagePort* impl, v8::Isolate* isolate)
683 v8::Handle<v8::Value> wrapper = toV8(impl, v8::Handle<v8::Object>(), isolate);
688 static v8::Handle<v8::ArrayBuffer> toV8Object(ArrayBuffer* impl, v8::Isolate* isolate)
2500 Reader reader(reinterpret_cast<const uint8_t*>(m_data.impl()->characters16()), 2 * m_data.length(), isolate); local
    [all...]
  /external/chromium_org/third_party/WebKit/Source/web/tests/
WebFrameTest.cpp 2167 v8::Isolate* isolate = v8::Isolate::GetCurrent(); local
    [all...]
  /external/chromium_org/v8/src/arm/
assembler-arm.cc 325 Isolate* isolate = Isolate::Current(); local
331 ASSERT(!isolate->heap()->InNewSpace(obj));
513 Assembler::Assembler(Isolate* isolate, void* buffer, int buffer_size)
514 : AssemblerBase(isolate, buffer, buffer_size),
    [all...]
simulator-arm.cc 414 Heap* current_heap = v8::internal::Isolate::Current()->heap();
730 void Simulator::Initialize(Isolate* isolate) {
731 if (isolate->simulator_initialized()) return;
732 isolate->set_simulator_initialized(true);
733 ::v8::internal::ExternalReference::set_redirector(isolate,
738 Simulator::Simulator(Isolate* isolate) : isolate_(isolate) {
744 Initialize(isolate);
812 Isolate* isolate = Isolate::Current(); local
830 Isolate* isolate = Isolate::Current(); local
    [all...]
code-stubs-arm.cc 42 Isolate* isolate,
52 Isolate* isolate,
63 Isolate* isolate,
74 Isolate* isolate,
84 Isolate* isolate,
290 Isolate* isolate = masm->isolate(); local
1012 Isolate* isolate = masm->isolate(); local
1158 Isolate* isolate = masm->isolate(); local
2344 Isolate* isolate = masm->isolate(); local
2462 Isolate* isolate = masm->isolate(); local
2791 Isolate* isolate = masm->isolate(); local
2975 Isolate* isolate = masm->isolate(); local
3040 Isolate* isolate = masm->isolate(); local
    [all...]
  /external/chromium_org/v8/src/
debug.cc 44 #include "isolate-inl.h"
59 Debug::Debug(Isolate* isolate)
68 isolate_(isolate) {
90 Isolate* isolate = Isolate::Current(); local
91 return isolate->stub_cache()->ComputeCallDebugPrepareStepIn(argc, kind);
95 static v8::Handle<v8::Context> GetDebugEventContext(Isolate* isolate) {
770 Isolate* isolate = Isolate::Current(); local
1652 Isolate* isolate = Isolate::Current(); local
1707 Isolate* isolate = Isolate::Current(); local
1762 Isolate* isolate = function->GetIsolate(); local
2296 Isolate* isolate = shared->GetIsolate(); local
3665 Isolate* isolate = Isolate::Current(); local
    [all...]
heap-snapshot-generator.cc 735 : heap_(Isolate::Current()->heap()),
1855 Isolate* isolate = Isolate::Current(); local
2003 Isolate* isolate = Isolate::Current(); local
    [all...]
hydrogen-instructions.cc 65 Isolate* HValue::isolate() const { function in class:v8::internal::HValue
67 return block()->isolate();
3628 Isolate* isolate = Isolate::Current(); local
    [all...]
liveedit.cc 353 explicit CompareOutputArrayWriter(Isolate* isolate)
354 : array_(isolate->factory()->NewJSArray(10)), current_size_(0) {}
361 Isolate* isolate = array_->GetIsolate(); local
364 Handle<Object>(Smi::FromInt(char_pos1), isolate));
368 isolate));
372 isolate));
605 static void CompileScriptForTracker(Isolate* isolate, Handle<Script> script)
635 Isolate* isolate = Isolate::Current(); local
680 Isolate* isolate() const { function in class:v8::internal::Differencer::JSArrayBasedStruct
886 Isolate* isolate() const { return result_->GetIsolate(); } function in class:v8::internal::Differencer::FunctionInfoListener
938 Isolate* isolate = Isolate::Current(); local
978 Smi::FromInt(message_location.start_pos()), isolate); local
979 Handle<Smi> end_pos(Smi::FromInt(message_location.end_pos()), isolate); local
1272 Isolate* isolate = Isolate::Current(); local
1322 Isolate* isolate = shared_info_array->GetIsolate(); local
1467 Isolate* isolate = code->GetIsolate(); local
1550 Isolate* isolate = original->GetIsolate(); local
1576 Isolate* isolate = original_script->GetIsolate(); local
1630 Isolate* isolate = shared_info_array->GetIsolate(); local
1690 Isolate* isolate = Isolate::Current(); local
1842 Isolate* isolate = Isolate::Current(); local
1947 Isolate* isolate = shared_info_array->GetIsolate(); local
1955 Smi::FromInt(LiveEdit::FUNCTION_REPLACED_ON_ACTIVE_STACK), isolate); local
1990 Isolate* isolate = shared_info_array->GetIsolate(); local
    [all...]
platform-win32.cc 896 Isolate* isolate = Isolate::UncheckedCurrent(); local
897 // Note that the current isolate isn't set up in a call path via
900 if (isolate != NULL) {
913 uintptr_t address = (V8::RandomPrivate(isolate) << kPageSizeBits)
953 LOG(ISOLATE, StringEvent("OS::Allocate", "VirtualAlloc failed"));
    [all...]
runtime.cc 49 #include "isolate-inl.h"
104 if (!(value)) return isolate->ThrowIllegalOperation();
179 Isolate* isolate = context->GetIsolate(); local
207 isolate->factory()->NewFixedArray(number_of_string_keys);
219 return isolate->factory()->ObjectLiteralMapFromCache(context, keys);
222 return isolate->factory()->CopyMap(
229 Isolate* isolate,
235 Isolate* isolate
1621 GetPrototypeSkipHiddenPrototypes(isolate, *obj), isolate); local
1627 GetPrototypeSkipHiddenPrototypes(isolate, *obj), isolate); local
1677 Isolate* isolate = receiver->GetIsolate(); local
    [all...]
  /external/chromium_org/v8/src/mips/
assembler-mips.cc 241 Isolate* isolate = Isolate::Current(); local
247 ASSERT(!isolate->heap()->InNewSpace(obj));
300 Assembler::Assembler(Isolate* isolate, void* buffer, int buffer_size)
301 : AssemblerBase(isolate, buffer, buffer_size),
    [all...]
  /external/v8/src/arm/
assembler-arm.h 520 Isolate* isolate = Isolate::UncheckedCurrent(); local
521 if (isolate == NULL) {
522 // When no isolate is available, work as if we're running in
526 unsigned enabled = static_cast<unsigned>(isolate->enabled_cpu_features());
541 isolate_ = Isolate::UncheckedCurrent();
549 ASSERT_EQ(Isolate::UncheckedCurrent(), isolate_);
556 Isolate* isolate_;
583 // when there's only a single isolate, which is guaranteed whe
    [all...]
simulator-arm.cc 413 Heap* current_heap = v8::internal::Isolate::Current()->heap();
729 void Simulator::Initialize(Isolate* isolate) {
730 if (isolate->simulator_initialized()) return;
731 isolate->set_simulator_initialized(true);
732 ::v8::internal::ExternalReference::set_redirector(isolate,
737 Simulator::Simulator(Isolate* isolate) : isolate_(isolate) {
743 Initialize(isolate);
810 Isolate* isolate = Isolate::Current(); local
828 Isolate* isolate = Isolate::Current(); local
    [all...]

Completed in 1545 milliseconds

1 2 3 4 5 6 7 8 91011>>