HomeSort by relevance Sort by last modified time
    Searched refs:Isolate (Results 101 - 125 of 231) sorted by null

1 2 3 45 6 7 8 910

  /external/v8/src/
bootstrapper.cc 37 #include "isolate-inl.h"
75 Isolate* isolate = Isolate::Current(); local
76 Factory* factory = isolate->factory();
77 Heap* heap = isolate->heap();
142 Genesis(Isolate* isolate,
152 Isolate* isolate() const { return isolate_; function in class:BASE_EMBEDDED
354 Isolate* isolate = target->GetIsolate(); local
845 Isolate* isolate = inner_global->GetIsolate(); local
1300 Isolate* isolate = source->GetIsolate(); local
1902 Isolate* isolate = global_context->GetIsolate(); local
1913 Isolate* isolate = global_context->GetIsolate(); local
2061 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...]
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...]
cpu-profiler.h 190 #define PROFILE(isolate, Call) \
191 LOG(isolate, Call); \
193 if (v8::internal::CpuProfiler::is_profiling(isolate)) { \
221 static TickSample* TickSampleEvent(Isolate* isolate);
250 static INLINE(bool is_profiling(Isolate* isolate)) {
251 CpuProfiler* profiler = isolate->cpu_profiler();
type-info.h 239 Isolate* isolate);
318 Isolate* isolate_;
parser.h 399 Isolate* isolate() { return isolate_; } function in class:v8::internal::RegExpParser
409 Isolate* isolate_;
485 Isolate* isolate);
548 Isolate* isolate() { return isolate_; } function in class:v8::internal::Parser
692 if (StackLimitCheck(isolate()).HasOverflowed()) {
813 Isolate* isolate_;
builtins.cc 129 name##ArgumentsType args, Isolate* isolate); \
131 name##ArgumentsType args, Isolate* isolate) { \
132 ASSERT(isolate == Isolate::Current()); \
134 return Builtin_Impl_##name(args, isolate); \
137 name##ArgumentsType args, Isolate* isolate)
142 static MaybeObject* Builtin_##name(name##ArgumentsType args, Isolate* isolate
1636 Isolate* isolate = Isolate::Current(); local
    [all...]
log.cc 54 explicit SlidingStateWindow(Isolate* isolate);
85 explicit Profiler(Isolate* isolate);
124 Isolate* isolate_;
148 void StackTracer::Trace(Isolate* isolate, TickSample* sample) {
149 ASSERT(isolate->IsInitialized());
155 Isolate::js_entry_sp(isolate->thread_local_top())
1648 Isolate* isolate = Isolate::Current(); local
    [all...]
compiler.cc 39 #include "isolate-inl.h"
142 Isolate* isolate = Isolate::Current(); local
144 isolate->debug()->has_break_points() :
145 isolate->debugger()->IsDebuggerActive();
297 TypeFeedbackOracle oracle(code, global_context, info->isolate());
301 if (info->isolate()->has_pending_exception()) {
358 Isolate* isolate = info->isolate() local
479 Isolate* isolate = source->GetIsolate(); local
550 Isolate* isolate = source->GetIsolate(); local
604 Isolate* isolate = info->isolate(); local
    [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...]
compilation-cache.cc 50 CompilationCache::CompilationCache(Isolate* isolate)
51 : isolate_(isolate),
52 script_(isolate, kScriptGenerations),
53 eval_global_(isolate, kEvalGlobalGenerations),
54 eval_contextual_(isolate, kEvalContextualGenerations),
55 reg_exp_(isolate, kRegExpGenerations),
68 static Handle<CompilationCacheTable> AllocateTable(Isolate* isolate, int size) {
69 CALL_HEAP_FUNCTION(isolate,
    [all...]
mark-compact.h 386 // Defined in isolate.h.
418 typedef void (*ProcessNonLiveFunction)(HeapObject* object, Isolate* isolate);
459 static void ReportDeleteIfNeeded(HeapObject* obj, Isolate* isolate);
622 void PrepareThreadForCodeFlushing(Isolate* isolate, ThreadLocalTop* top);
api.h 37 #include "isolate.h"
374 Isolate* isolate_;
382 friend class Isolate;
393 // An isolate has a single instance of this class to hold the current thread's
399 explicit HandleScopeImplementer(Isolate* isolate)
400 : isolate_(isolate),
465 Isolate* isolate_;
interpreter-irregexp.cc 154 explicit BacktrackStack(Isolate* isolate) : isolate_(isolate) {
155 if (isolate->irregexp_interpreter_backtrack_stack_cache() != NULL) {
157 data_ = isolate->irregexp_interpreter_backtrack_stack_cache();
158 isolate->set_irregexp_interpreter_backtrack_stack_cache(NULL);
183 Isolate* isolate_;
190 static RegExpImpl::IrregexpResult RawMatch(Isolate* isolate,
200 BacktrackStack backtrack_stack(isolate);
    [all...]
store-buffer.h 53 static void StoreBufferOverflow(Isolate* isolate);
zone.cc 81 ASSERT_EQ(Isolate::Current(), isolate_);
debug-agent.cc 41 DebuggerAgent* agent = Isolate::Current()->debugger_agent_instance();
209 reinterpret_cast<v8::Isolate*>(agent_->isolate()));
disassembler.cc 74 const char* name = Isolate::Current()->builtins()->Lookup(pc);
285 Isolate::Current()->deoptimizer_data() != NULL) {
log.h 81 #define LOG(isolate, Call) \
84 (isolate)->logger(); \
181 // Static versions of the above, operate on current isolate's logger.
392 friend class Isolate;
466 static void Trace(Isolate* isolate, TickSample* sample);
  /external/v8/src/arm/
debug-arm.cc 68 patcher.Emit(Isolate::Current()->debug()->debug_break_return()->entry());
118 patcher.Emit(Isolate::Current()->debug()->debug_break_slot()->entry());
163 __ mov(r1, Operand(ExternalReference::debug_break(masm->isolate())));
191 ExternalReference(Debug_Address::AfterBreakTarget(), masm->isolate());
  /external/v8/src/mips/
debug-mips.cc 63 Isolate::Current()->debug()->debug_break_return()->entry())));
108 Isolate::Current()->debug()->debug_break_slot()->entry())));
156 __ PrepareCEntryFunction(ExternalReference::debug_break(masm->isolate()));
184 ExternalReference(Debug_Address::AfterBreakTarget(), masm->isolate())));
  /external/v8/src/x64/
debug-x64.cc 54 Isolate::Current()->debug()->debug_break_return()->entry(),
84 Isolate::Current()->debug()->debug_break_slot()->entry(),
134 __ movq(rbx, ExternalReference::debug_break(masm->isolate()));
173 ExternalReference(Debug_Address::AfterBreakTarget(), masm->isolate());
311 masm->isolate());
  /external/v8/test/cctest/
test-assembler-mips.cc 67 MacroAssembler assm(Isolate::Current(), NULL, 0);
92 MacroAssembler assm(Isolate::Current(), NULL, 0);
130 MacroAssembler assm(Isolate::Current(), NULL, 0);
284 MacroAssembler assm(Isolate::Current(), NULL, 0);
357 Assembler assm(Isolate::Current(), NULL, 0);
418 Assembler assm(Isolate::Current(), NULL, 0);
493 Assembler assm(Isolate::Current(), NULL, 0);
566 MacroAssembler assm(Isolate::Current(), NULL, 0);
653 MacroAssembler assm(Isolate::Current(), NULL, 0);
738 MacroAssembler assm(Isolate::Current(), NULL, 0)
    [all...]
test-liveedit.cc 98 ZoneScope zone_scope(Isolate::Current(), DELETE_ON_EXIT);
test-weakmaps.cc 71 GlobalHandles* global_handles = Isolate::Current()->global_handles();

Completed in 821 milliseconds

1 2 3 45 6 7 8 910