HomeSort by relevance Sort by last modified time
    Searched refs:Current (Results 126 - 150 of 257) sorted by null

1 2 3 4 56 7 8 91011

  /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());
  /external/v8/src/
codegen.cc 69 if (Isolate::Current()->bootstrapper()->IsActive()) {
136 bool print_code = Isolate::Current()->bootstrapper()->IsActive()
compiler.h 49 ASSERT(Isolate::Current() == isolate_);
299 Isolate* isolate = Isolate::Current();
data-flow.h 61 int Current() const {
226 int Current() {
isolate.cc 302 ThreadId thread_id = ThreadId::Current();
505 // Temporarily set this isolate as current so that various parts of
519 // Restore the previous current isolate.
704 ASSERT(Isolate::Current() == this);
720 // ensuring that Isolate::Current() == this.
851 ASSERT(Current() == this);
855 ThreadId::Current()));
862 // Threads can have default isolate set into TLS as Current but not yet have
892 ThreadId::Current()));
908 // Reinit the current thread for the isolate it was running before this one
    [all...]
string-stream.cc 120 FmtElm current = elms[elm++]; local
123 ASSERT_EQ(FmtElm::C_STR, current.type_);
124 const char* value = current.data_.u_c_str_;
129 ASSERT_EQ(FmtElm::LC_STR, current.type_);
130 Vector<const uc16> value = *current.data_.u_lc_str_;
136 ASSERT_EQ(FmtElm::OBJ, current.type_);
137 Object* obj = current.data_.u_obj_;
142 ASSERT_EQ(FmtElm::INT, current.type_);
143 int value = current.data_.u_int_;
154 int value = current.data_.u_int_
    [all...]
serialize.cc 524 isolate_(Isolate::Current()) {
566 isolate_(Isolate::Current()) {
673 isolate_ = Isolate::Current();
697 isolate_ = Isolate::Current();
739 Object** current = reinterpret_cast<Object**>(address); local
740 Object** limit = current + (size >> kPointerSizeLog2);
744 ReadChunk(current, limit, space_number, address);
779 void Deserializer::ReadChunk(Object** current,
784 while (current < limit) {
802 ReadObject(space_number, dest_space, current); \
1383 Object** current = start; local
    [all...]
type-info.cc 76 : Isolate::Current()->factory()->undefined_value();
211 Isolate::Current()->builtins()->builtin(id);
319 Isolate* isolate = Isolate::Current();
356 Isolate* isolate = Isolate::Current();
disassembler.cc 74 const char* name = Isolate::Current()->builtins()->Lookup(pc);
286 Isolate::Current()->deoptimizer_data() != NULL) {
log-utils.cc 138 Isolate* isolate = Isolate::Current();
183 !Isolate::Current()->IsDefaultIsolate()) {
199 // %t expands to the current time in milliseconds.
runtime-profiler.cc 90 GlobalHandles* global_handles = Isolate::Current()->global_handles();
99 GlobalHandles* global_handles = Isolate::Current()->global_handles();
245 PendingListNode* current = optimize_soon_list_; local
246 while (current != NULL) {
247 PendingListNode* next = current->next();
248 if (current->IsValid()) {
249 Handle<JSFunction> function = current->function();
250 int delay = current->Delay();
255 delete current;
256 current = next
    [all...]
  /external/v8/src/ia32/
debug-ia32.cc 52 Isolate* isolate = Isolate::Current();
82 Isolate* isolate = Isolate::Current();
  /external/v8/src/x64/
debug-x64.cc 54 Isolate::Current()->debug()->debug_break_return()->entry(),
84 Isolate::Current()->debug()->debug_break_slot()->entry(),
  /external/v8/test/cctest/
test-func-name-inference.cc 82 int func_pos = Runtime::StringMatch(Isolate::Current(),
91 Runtime::FindSharedFunctionInfoInScript(Isolate::Current(),
test-regexp.cc 69 FlatStringReader reader(Isolate::Current(), CStrVector(input));
79 FlatStringReader reader(Isolate::Current(), CStrVector(input));
93 FlatStringReader reader(Isolate::Current(), CStrVector(input));
111 FlatStringReader reader(Isolate::Current(), CStrVector(input));
382 FlatStringReader reader(Isolate::Current(), CStrVector(input));
491 Isolate* isolate = Isolate::Current();
713 Isolate::Current());
720 Factory* factory = Isolate::Current()->factory();
755 Factory* factory = Isolate::Current()->factory();
812 Factory* factory = Isolate::Current()->factory()
    [all...]
test-thread-termination.cc 177 TerminatorThread thread(i::Isolate::Current());
233 LoopingThread thread1(i::Isolate::Current());
235 LoopingThread thread2(i::Isolate::Current());
test-cpu-profiler.cc 27 ProfilerEventsProcessor processor(i::Isolate::Current(), &generator);
91 ProfilerEventsProcessor processor(i::Isolate::Current(), &generator);
155 ProfilerEventsProcessor processor(i::Isolate::Current(), &generator);
248 ProfilerEventsProcessor processor(i::Isolate::Current(), &generator);
test-sockets.cc 95 SocketListenerThread* listener = new SocketListenerThread(Isolate::Current(),
test-debug.cc 146 v8::internal::Debug* debug = v8::internal::Isolate::Current()->debug();
200 v8::internal::Debug* debug = v8::internal::Isolate::Current()->debug();
284 v8::internal::Debug* debug = v8::internal::Isolate::Current()->debug();
345 v8::internal::Debug* debug = v8::internal::Isolate::Current()->debug();
372 v8::internal::Debug* debug = v8::internal::Isolate::Current()->debug();
384 Debug* debug = Isolate::Current()->debug();
412 v8::internal::Isolate::Current(),
413 v8::internal::Isolate::Current()->stub_cache()->ComputeCallDebugBreak(
423 CHECK(Isolate::Current()->debug()->debug_context().is_null());
424 CHECK_EQ(NULL, Isolate::Current()->debug()->debug_info_list_)
2553 EvaluateResult* current() { function in struct:DebugProcessDebugMessagesData
6869 v8::Handle<v8::Context> current = v8::Context::GetCurrent(); local
    [all...]
test-macro-assembler-x64.cc 161 MacroAssembler assembler(Isolate::Current(),
251 MacroAssembler assembler(Isolate::Current(),
303 MacroAssembler assembler(Isolate::Current(),
433 MacroAssembler assembler(Isolate::Current(),
479 MacroAssembler assembler(Isolate::Current(),
729 MacroAssembler assembler(Isolate::Current(),
819 MacroAssembler assembler(Isolate::Current(),
1011 MacroAssembler assembler(Isolate::Current(),
1103 MacroAssembler assembler(Isolate::Current(),
    [all...]
  /system/core/sh/
arith.c 591 # define YYLLOC_DEFAULT(Current, Rhs, N) \
592 ((Current).first_line = (Rhs)[1].first_line, \
593 (Current).first_column = (Rhs)[1].first_column, \
594 (Current).last_line = (Rhs)[N].last_line, \
595 (Current).last_column = (Rhs)[N].last_column)
975 /* Get the current used size of the three stacks, in elements. */
1047 /* Do appropriate processing given the current state. */
1114 | yydefault -- do the default action for the current state. |
    [all...]
  /external/mesa3d/src/glsl/glcpp/
glcpp-parse.c 164 * You may want to hieralloc_unlink any current reference if you no
4141 skip_type_t current = SKIP_NO_SKIP; local
    [all...]
  /external/clang/lib/Sema/
SemaTemplateInstantiate.cpp 419 /// \brief Prints the current instantiation stack through a series of
    [all...]
  /external/bison/src/
parse-gram.y 37 #define YYLLOC_DEFAULT(Current, Rhs, N) (Current) = lloc_default (Rhs, N)
  /external/chromium/third_party/libjingle/source/talk/p2p/base/
sessionmanager.cc 44 signaling_thread_ = talk_base::Thread::Current();
46 worker_thread_ = talk_base::Thread::Current();

Completed in 266 milliseconds

1 2 3 4 56 7 8 91011