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

1 2 3 45 6 7 8 91011>>

  /external/v8/src/
platform-linux.cc 373 LOG(i::Isolate::Current(),
490 i::Isolate* isolate = ISOLATE; local
524 LOG(isolate, SharedLibraryEvent(lib_name, start, end));
1031 Isolate* isolate = Isolate::UncheckedCurrent();
1032 if (isolate == NULL || !isolate->IsInitialized() || !isolate->IsInUse())
    [all...]
incremental-marking.h 127 Isolate* isolate);
131 Isolate* isolate);
regexp-stack.h 46 explicit RegExpStackScope(Isolate* isolate);
137 Isolate* isolate_;
140 friend class Isolate;
execution.h 49 class Isolate;
149 Isolate* isolate);
274 bool Initialize(Isolate* isolate);
297 Isolate* isolate_;
300 friend class Isolate;
serialize.h 68 static ExternalReferenceTable* instance(Isolate* isolate);
83 explicit ExternalReferenceTable(Isolate* isolate) : refs_(64) {
84 PopulateTable(isolate);
93 void PopulateTable(Isolate* isolate);
99 Isolate* isolate);
129 Isolate* isolate_
    [all...]
heap-inl.h 32 #include "isolate.h"
493 Isolate* Heap::isolate() { function in class:v8::internal::Heap
494 return reinterpret_cast<Isolate*>(reinterpret_cast<intptr_t>(this) -
495 reinterpret_cast<size_t>(reinterpret_cast<Isolate*>(4)->heap()) + 4);
513 #define CALL_AND_RETRY(ISOLATE, FUNCTION_CALL, RETURN_VALUE, RETURN_EMPTY)\
523 ISOLATE->heap()->CollectGarbage(Failure::cast(__maybe_object__)-> \
532 ISOLATE->counters()->gc_last_resort_from_handles()->Increment(); \
533 ISOLATE->heap()->CollectAllAvailableGarbage("last resort gc"); \
548 #define CALL_HEAP_FUNCTION(ISOLATE, FUNCTION_CALL, TYPE)
    [all...]
parser.cc 90 : zone_(Isolate::Current()->zone()),
257 return isolate()->factory()->LookupAsciiSymbol(
260 return isolate()->factory()->LookupTwoByteSymbol(
278 result = isolate()->factory()->LookupAsciiSymbol(
281 result = isolate()->factory()->LookupTwoByteSymbol(
287 isolate()->counters()->total_preparse_symbols_skipped()->Increment();
486 Isolate* isolate)
491 this_property_assignments_(isolate->factory()->empty_fixed_array()),
495 saved_ast_node_id_(isolate->ast_node_id())
5896 Isolate* isolate = Isolate::Current(); local
    [all...]
property.h 195 explicit LookupResult(Isolate* isolate)
196 : isolate_(isolate),
197 next_(isolate->top_lookup_result()),
202 isolate->SetTopLookupResult(this);
387 Isolate* isolate_;
ast.cc 72 VariableProxy::VariableProxy(Isolate* isolate, Variable* var)
73 : Expression(isolate),
85 VariableProxy::VariableProxy(Isolate* isolate,
90 : Expression(isolate),
117 Assignment::Assignment(Isolate* isolate,
122 : Expression(isolate),
129 assignment_id_(GetNextId(isolate)),
    [all...]
debug.h 459 explicit Debug(Isolate* isolate);
556 Isolate* isolate_;
558 friend class Isolate;
831 explicit Debugger(Isolate* isolate);
868 Isolate* isolate_;
871 friend class Isolate;
896 Isolate* isolate_;
910 explicit DisableBreak(bool disable_break) : isolate_(Isolate::Current())
    [all...]
platform-cygwin.cc 159 LOG(ISOLATE, StringEvent("OS::Allocate", "mmap failed"));
264 i::Isolate* isolate = ISOLATE; local
298 LOG(isolate, SharedLibraryEvent(lib_name, start, end));
686 if (!sampler->isolate()->IsInitialized()) return;
694 if (!sampler->isolate()->IsInitialized()) return;
695 sampler->isolate()->runtime_profiler()->NotifyTick();
707 TickSample* sample = CpuProfiler::TickSampleEvent(sampler->isolate());
712 sample->state = sampler->isolate()->current_vm_state()
    [all...]
allocation.h 121 // interface to include a pointer to an isolate to do this
134 friend class Isolate;
messages.h 101 static void ReportMessage(Isolate* isolate,
platform-posix.cc 97 Isolate* isolate = Isolate::UncheckedCurrent(); local
98 // Note that the current isolate isn't set up in a call path via
101 if (isolate != NULL) {
103 uint64_t rnd1 = V8::RandomPrivate(isolate);
104 uint64_t rnd2 = V8::RandomPrivate(isolate);
111 uint32_t raw_addr = V8::RandomPrivate(isolate);
string-search.cc 36 // Now in Isolate:
  /dalvik/vm/mterp/armv5te/
OP_EXECUTE_INLINE.S 53 4: and ip, rINST, #0xf000 @ isolate F
55 3: and ip, rINST, #0x0f00 @ isolate E
57 2: and ip, rINST, #0x00f0 @ isolate D
59 1: and ip, rINST, #0x000f @ isolate C
  /external/webkit/Source/WebCore/platform/text/
UnicodeBidi.h 35 Isolate
  /external/v8/src/x64/
regexp-macro-assembler-x64.cc 75 * - Isolate* isolate (Address of the current isolate)
117 : masm_(Isolate::Current(), NULL, kRegExpCodeSize),
412 // Isolate* isolate
420 // Isolate.
431 // Isolate.
439 ExternalReference::re_case_insensitive_compare_uc16(masm_.isolate());
761 ExternalReference::address_of_stack_limit(masm_.isolate());
    [all...]
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/v8/test/cctest/
test-assembler-x64.cc 43 using v8::internal::Isolate;
109 Assembler assm(Isolate::Current(), buffer, static_cast<int>(actual_size));
131 Assembler assm(Isolate::Current(), buffer, static_cast<int>(actual_size));
163 Assembler assm(Isolate::Current(), buffer, static_cast<int>(actual_size));
185 Assembler assm(Isolate::Current(), buffer, static_cast<int>(actual_size));
213 Assembler assm(Isolate::Current(), buffer, static_cast<int>(actual_size));
247 Assembler assm(Isolate::Current(), buffer, static_cast<int>(actual_size));
276 Assembler assm(Isolate::Current(), buffer, static_cast<int>(actual_size));
365 Assembler assm(Isolate::Current(), NULL, 0);
379 Assembler assm(Isolate::Current(), buffer, sizeof(buffer))
    [all...]
test-random.cc 34 #include "isolate.h"
79 Handle<Context> context(Isolate::Current()->context());
test-parsing.cc 37 #include "isolate.h"
142 i::Isolate::Current()->stack_guard()->SetStackLimit(
180 i::Isolate::Current()->stack_guard()->SetStackLimit(
243 i::Isolate::Current()->stack_guard()->SetStackLimit(
255 uintptr_t stack_limit = i::Isolate::Current()->stack_guard()->real_climit();
262 i::Scanner scanner(i::Isolate::Current()->unicode_cache());
282 i::Isolate::Current()->stack_guard()->SetStackLimit(
291 uintptr_t stack_limit = i::Isolate::Current()->stack_guard()->real_climit();
298 i::Scanner scanner(i::Isolate::Current()->unicode_cache());
319 i::Isolate::Current()->stack_guard()->SetStackLimit
    [all...]
  /external/v8/src/mips/
ic-mips.cc 403 Isolate::Current()->stub_cache()->GenerateProbe(
439 Isolate::Current()->stub_cache()->GenerateProbe(
497 Isolate* isolate = masm->isolate(); local
500 __ IncrementCounter(isolate->counters()->call_miss(), 1, a3, t0);
502 __ IncrementCounter(isolate->counters()->keyed_call_miss(), 1, a3, t0);
516 __ PrepareCEntryFunction(ExternalReference(IC_Utility(id), isolate));
593 Counters* counters = masm->isolate()->counters();
704 Isolate::Current()->stub_cache()->GenerateProbe
740 Isolate* isolate = masm->isolate(); local
935 Isolate* isolate = masm->isolate(); local
975 Isolate* isolate = masm->isolate(); local
    [all...]
  /external/v8/src/ia32/
regexp-macro-assembler-ia32.cc 59 * - Isolate* isolate (Address of the current isolate)
102 : masm_(new MacroAssembler(Isolate::Current(), NULL, kRegExpCodeSize)),
382 // Isolate* isolate
384 // Set isolate.
402 ExternalReference::re_case_insensitive_compare_uc16(masm_->isolate());
694 ExternalReference::address_of_stack_limit(masm_->isolate());
861 ExternalReference::re_grow_stack(masm_->isolate());
    [all...]
  /external/v8/src/arm/
regexp-macro-assembler-arm.cc 63 * - fp[52] Isolate* isolate (Address of the current isolate)
119 : masm_(new MacroAssembler(Isolate::Current(), NULL, kRegExpCodeSize)),
361 // r3: Isolate* isolate
371 // Isolate.
377 ExternalReference::re_case_insensitive_compare_uc16(masm_->isolate());
642 ExternalReference::address_of_stack_limit(masm_->isolate());
799 ExternalReference::re_grow_stack(masm_->isolate());
    [all...]

Completed in 363 milliseconds

1 2 3 45 6 7 8 91011>>