HomeSort by relevance Sort by last modified time
    Searched full:isolate (Results 76 - 100 of 399) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/v8/test/cctest/
test-alloc.cc 40 Heap* heap = Isolate::Current()->heap();
64 *Isolate::Current()->object_function())->ToObjectChecked();
111 CHECK(!heap->CopyCode(Isolate::Current()->builtins()->builtin(
120 CALL_HEAP_FUNCTION(ISOLATE, AllocateAfterFailures(), Object);
155 function->ReplaceCode(Isolate::Current()->builtins()->builtin(
207 Isolate::Current()->InitializeLoggingAndCounters();
208 CodeRange* code_range = new CodeRange(Isolate::Current());
test-regexp.cc 75 ZoneScope zone_scope(Isolate::Current(), DELETE_ON_EXIT);
76 FlatStringReader reader(Isolate::Current(), CStrVector(input));
85 ZoneScope zone_scope(Isolate::Current(), DELETE_ON_EXIT);
86 FlatStringReader reader(Isolate::Current(), CStrVector(input));
99 ZoneScope zone_scope(Isolate::Current(), DELETE_ON_EXIT);
100 FlatStringReader reader(Isolate::Current(), CStrVector(input));
117 ZoneScope zone_scope(Isolate::Current(), DELETE_ON_EXIT);
118 FlatStringReader reader(Isolate::Current(), CStrVector(input));
388 ZoneScope zone_scope(Isolate::Current(), DELETE_ON_EXIT);
389 FlatStringReader reader(Isolate::Current(), CStrVector(input))
499 Isolate* isolate = Isolate::Current(); local
1231 Isolate* isolate = Isolate::Current(); local
1269 Isolate* isolate = Isolate::Current(); local
1354 Isolate* isolate = Isolate::Current(); local
    [all...]
test-deoptimization.cc 37 #include "isolate.h"
44 using ::v8::internal::Isolate;
133 CHECK_EQ(0, Deoptimizer::GetDeoptimizedCodeCount(Isolate::Current()));
149 CHECK_EQ(0, Deoptimizer::GetDeoptimizedCodeCount(Isolate::Current()));
171 CHECK_EQ(0, Deoptimizer::GetDeoptimizedCodeCount(Isolate::Current()));
188 CHECK_EQ(0, Deoptimizer::GetDeoptimizedCodeCount(Isolate::Current()));
212 CHECK_EQ(0, Deoptimizer::GetDeoptimizedCodeCount(Isolate::Current()));
236 CHECK_EQ(0, Deoptimizer::GetDeoptimizedCodeCount(Isolate::Current()));
268 CHECK_EQ(0, Deoptimizer::GetDeoptimizedCodeCount(Isolate::Current()));
289 CHECK_EQ(0, Deoptimizer::GetDeoptimizedCodeCount(Isolate::Current()))
    [all...]
test-compiler.cc 104 return Isolate::Current()->context()->global()->GetProperty(*symbol);
111 Handle<JSObject> global(Isolate::Current()->context()->global());
128 Isolate::Current()->global_context());
141 Handle<JSObject> global(Isolate::Current()->context()->global());
162 Handle<JSObject> global(Isolate::Current()->context()->global());
182 Handle<JSObject> global(Isolate::Current()->context()->global());
203 Handle<JSObject> global(Isolate::Current()->context()->global());
224 Handle<JSObject> global(Isolate::Current()->context()->global());
257 Handle<JSObject> global(Isolate::Current()->context()->global());
272 Handle<JSObject> global(Isolate::Current()->context()->global())
    [all...]
test-ast.cc 42 ZoneScope zone_scope(Isolate::Current(), DELETE_ON_EXIT);
43 AstNodeFactory<AstNullVisitor> factory(Isolate::Current());
test-assembler-ia32.cc 64 Assembler assm(Isolate::Current(), buffer, sizeof buffer);
92 Assembler assm(Isolate::Current(), buffer, sizeof buffer);
130 Assembler assm(Isolate::Current(), buffer, sizeof buffer);
176 Assembler assm(Isolate::Current(), buffer, sizeof buffer);
211 Assembler assm(Isolate::Current(), buffer, sizeof buffer);
242 Assembler assm(Isolate::Current(), buffer, sizeof buffer);
269 Assembler assm(Isolate::Current(), buffer, sizeof buffer);
315 Assembler assm(Isolate::Current(), buffer, sizeof buffer);
348 MacroAssembler assm(Isolate::Current(), buffer, sizeof buffer);
402 Assembler assm(Isolate::Current(), NULL, 0)
    [all...]
test-log-stack-tracer.cc 37 #include "isolate.h"
52 using v8::internal::Isolate;
76 StackTracer::Trace(Isolate::Current(), trace_env.sample);
84 *(Isolate::Current()->c_entry_fp_address());
86 *(Isolate::Current()->c_entry_fp_address()) = 0;
88 *(Isolate::Current()->c_entry_fp_address()) = saved_c_frame_fp;
162 CHECK_NE(NULL, i::Isolate::Current()->thread_local_top());
163 return Isolate::js_entry_sp(i::Isolate::Current()->thread_local_top());
275 // StackTracer uses Isolate::c_entry_fp as a starting point for stac
    [all...]
test-mark-compact.cc 131 Object* obj = i::Isolate::Current()->heap()->AllocateFixedArray(length)->
190 HEAP->AllocateFunction(*Isolate::Current()->function_map(),
197 Isolate::Current()->context()->global()->SetProperty(
206 CHECK(Isolate::Current()->context()->global()->HasLocalProperty(func_name));
207 Object* func_value = Isolate::Current()->context()->global()->
215 Isolate::Current()->context()->global()->SetProperty(
228 CHECK(Isolate::Current()->context()->global()->HasLocalProperty(obj_name));
229 CHECK(Isolate::Current()->context()->global()->
231 obj = JSObject::cast(Isolate::Current()->context()->global()->
313 GlobalHandles* global_handles = Isolate::Current()->global_handles()
    [all...]
  /external/v8/src/
bootstrapper.h 98 Isolate* isolate,
144 friend class Isolate;
156 ++Isolate::Current()->bootstrapper()->nesting_;
160 --Isolate::Current()->bootstrapper()->nesting_;
liveedit.h 69 explicit LiveEditFunctionTracker(Isolate* isolate, FunctionLiteral* fun);
75 static bool IsActive(Isolate* isolate);
79 Isolate* isolate_;
v8.h 87 // TODO(isolates): move IsDead to Isolate.
107 static uint32_t RandomPrivate(Isolate* isolate);
116 static void FireCallCompletedCallback(Isolate* isolate);
runtime.h 573 friend class Isolate;
631 static Handle<String> StringReplaceOneCharWithString(Isolate* isolate,
639 static int StringMatch(Isolate* isolate,
651 MUST_USE_RESULT static MaybeObject* GetElementOrCharAt(Isolate* isolate,
656 Isolate* isolate,
664 Isolate* isolate
    [all...]
global-handles.h 231 Isolate* isolate() { return isolate_; } function in class:v8::internal::GlobalHandles
239 explicit GlobalHandles(Isolate* isolate);
246 Isolate* isolate_;
277 friend class Isolate;
heap-profiler.h 31 #include "isolate.h"
41 v8::internal::HeapProfiler* profiler = heap->isolate()->heap_profiler(); \
platform-freebsd.cc 175 LOG(ISOLATE, StringEvent("OS::Allocate", "mmap failed"));
302 LOG(i::Isolate::Current(), SharedLibraryEvent(start_of_path, start, end));
681 Isolate* isolate = Isolate::UncheckedCurrent();
682 if (isolate == NULL || !isolate->IsInitialized() || !isolate->IsInUse()) {
683 // We require a fully initialized and entered isolate.
687 !isolate->thread_manager()->IsLockedByCurrentThread())
    [all...]
regexp-macro-assembler.h 202 Isolate* isolate);
209 Isolate* isolate);
217 Isolate* isolate);
236 Isolate* isolate);
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-solaris.cc 187 LOG(ISOLATE, StringEvent("OS::Allocate", "mmap failed"));
673 Isolate* isolate = Isolate::UncheckedCurrent();
674 if (isolate == NULL || !isolate->IsInitialized() || !isolate->IsInUse()) {
675 // We require a fully initialized and entered isolate.
679 !isolate->thread_manager()->IsLockedByCurrentThread()) {
683 Sampler* sampler = isolate->logger()->sampler()
    [all...]
string-stream.cc 197 DebugObjectCache* debug_object_cache = Isolate::Current()->
264 LOG(ISOLATE, StringEvent("StackDump", buffer_));
290 Isolate* isolate = Isolate::Current(); local
291 isolate->set_string_stream_current_security_token(NULL);
292 if (isolate->string_stream_debug_object_cache() == NULL) {
293 isolate->set_string_stream_debug_object_cache(
296 isolate->string_stream_debug_object_cache()->Clear();
303 Isolate::Current()->string_stream_debug_object_cache()->length() == 0)
449 Isolate* isolate = Isolate::Current(); local
    [all...]
  /external/v8/src/ia32/
ic-ia32.cc 374 Heap* heap = masm->isolate()->heap();
375 Factory* factory = masm->isolate()->factory();
432 Handle<Map> fixed_array_map(masm->isolate()->heap()->fixed_array_map());
472 Isolate* isolate = masm->isolate(); local
473 Counters* counters = isolate->counters();
487 isolate->factory()->hash_table_map(),
526 Immediate(isolate->factory()->hash_table_map()));
545 ExternalReference::keyed_lookup_cache_keys(masm->isolate());
956 Isolate* isolate = masm->isolate(); local
1169 Isolate* isolate = masm->isolate(); local
    [all...]
macro-assembler-ia32.cc 44 MacroAssembler::MacroAssembler(Isolate* arg_isolate, void* buffer, int size)
49 if (isolate() != NULL) {
50 code_object_ = Handle<Object>(isolate()->heap()->undefined_value(),
51 isolate());
96 ExternalReference::store_buffer_top(isolate());
305 mov(ebx, Immediate(ExternalReference(Runtime::kDebugBreak, isolate())));
355 Handle<Object> value(&isolate()->heap()->roots_array_start()[index]);
363 Handle<Object> value(&isolate()->heap()->roots_array_start()[index]);
429 isolate()->factory()->heap_number_map(),
599 isolate()->factory()->heap_number_map())
    [all...]
debug-ia32.cc 52 Isolate* isolate = Isolate::Current(); local
53 rinfo()->PatchCodeWithCall(isolate->debug()->debug_break_return()->entry(),
82 Isolate* isolate = Isolate::Current(); local
84 isolate->debug()->debug_break_slot()->entry(),
132 __ mov(ebx, Immediate(ExternalReference::debug_break(masm->isolate())));
167 ExternalReference(Debug_Address::AfterBreakTarget(), masm->isolate());
    [all...]
stub-cache-ia32.cc 42 static void ProbeTable(Isolate* isolate,
51 ExternalReference key_offset(isolate->stub_cache()->key_reference(table));
52 ExternalReference value_offset(isolate->stub_cache()->value_reference(table));
53 ExternalReference map_offset(isolate->stub_cache()->map_reference(table));
152 Counters* counters = masm->isolate()->counters();
176 Immediate(masm->isolate()->factory()->hash_table_map()));
223 Counters* counters = masm->isolate()->counters();
241 ProbeTable(isolate(), masm, flags, kPrimary, name, receiver, offset, extra);
254 isolate(), masm, flags, kSecondary, name, receiver, offset, extra)
    [all...]
  /external/v8/src/arm/
ic-arm.cc 401 Isolate::Current()->stub_cache()->GenerateProbe(
440 Isolate::Current()->stub_cache()->GenerateProbe(
497 Isolate* isolate = masm->isolate(); local
500 __ IncrementCounter(isolate->counters()->call_miss(), 1, r3, r4);
502 __ IncrementCounter(isolate->counters()->keyed_call_miss(), 1, r3, r4);
516 __ mov(r1, Operand(ExternalReference(IC_Utility(id), isolate)));
595 Counters* counters = masm->isolate()->counters();
708 Isolate::Current()->stub_cache()->GenerateProbe
744 Isolate* isolate = masm->isolate(); local
934 Isolate* isolate = masm->isolate(); local
974 Isolate* isolate = masm->isolate(); local
    [all...]
  /external/v8/include/
v8.h 117 class Isolate;
457 // Faster version, uses HeapObject to obtain the current Isolate.
483 internal::Isolate* isolate_;
    [all...]

Completed in 426 milliseconds

1 2 34 5 6 7 8 91011>>