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

1 2 3 4 5 67 8 91011

  /external/v8/test/cctest/
test-log.cc 259 // Verify that the current map of compiled functions has been logged.
378 CHECK(i::Isolate::Current() != NULL);
379 CHECK_GT(i::Isolate::Current()->thread_manager()->CurrentId(), 0);
406 CHECK(i::Isolate::Current() != NULL);
407 CHECK_GT(i::Isolate::Current()->thread_manager()->CurrentId(), 0);
452 sampler = new TestSampler(v8::internal::Isolate::Current());
457 LoopingJsThread jsThread(v8::internal::Isolate::Current());
459 LoopingNonJsThread nonJsThread(v8::internal::Isolate::Current());
    [all...]
test-circular-queue.cc 63 // From now, consumer no more polls ahead of the current chunk,
136 i::Isolate* isolate = i::Isolate::Current();
  /external/chromium/third_party/libjingle/source/talk/session/phone/
call.cc 64 talk_base::Thread::Current()->Clear(this);
290 talk_base::Thread::Current()->Post(this, MSG_CHECKAUTODESTROY);
363 talk_base::Thread::Current()->PostDelayed(kDTMFDelay, this, MSG_PLAYDTMF);
  /external/e2fsprogs/intl/
plural.c 488 When YYLLOC_DEFAULT is run, CURRENT is set the location of the
493 # define YYLLOC_DEFAULT(Current, Rhs, N) \
494 Current.last_line = Rhs[N].last_line; \
495 Current.last_column = Rhs[N].last_column;
769 /* Get the current used size of the three stacks, in elements. */
853 /* Do appropriate processing given the current state. */
953 | yydefault -- do the default action for the current state. |
1208 | yyerrdefault -- current state does not do anything special for the |
    [all...]
  /external/chromium/third_party/libjingle/source/talk/session/tunnel/
tunnelsessionclient.cc 124 MakeTunnelSession(session, talk_base::Thread::Current(), RESPONDER));
149 data.thread = talk_base::Thread::Current();
  /external/clang/lib/Driver/
Driver.cpp 858 // Track the current user specified (-x) input. We also explicitly track the
    [all...]
  /external/v8/src/
deoptimizer.h 125 // Deoptimize the function now. Its current optimized code will never be run
556 return Isolate::Current()->factory()->NewNumberFromInt(value);
562 return Isolate::Current()->factory()->NewNumber(value);
spaces.cc 205 // Add adjacent free blocks to the current merged block.
238 // Commit the requested memory at the start of the current allocation block.
240 FreeBlock current = allocation_list_[current_allocation_block_index_]; local
241 if (*allocated >= current.size - Page::kPageSize) {
243 *allocated = current.size;
245 ASSERT(*allocated <= current.size);
246 if (!code_range_->Commit(current.start, *allocated, true)) {
252 if (*allocated == current.size) {
255 return current.start;
649 // Free the current chunk
1148 Address current = current_page->ObjectAreaStart(); local
1359 Address current = to_space_.low(); local
2991 LargeObjectChunk* current = first_chunk_; local
    [all...]
cpu-profiler.h 166 // Puts current stack into tick sample events buffer.
265 return is_profiling(Isolate::Current());
debug.h 56 StepOut = 0, // Step out of the current function.
57 StepNext = 1, // Step to the next statement in the current function.
59 // in the current function.
60 StepMin = 3, // Perform a minimum step in the current function.
62 // in the current function.
251 // Returns true if the current stub call is patched to call the debugger.
253 // Returns true if the current return statement has been patched to be
326 // Getters for the current exception break state.
488 // Current break id.
491 // Frame id for the frame of the current break
    [all...]
mksnapshot.cc 226 i::Isolate::Current()->bootstrapper()->NativesSourceLookup(i);
log.cc 792 if (code == Isolate::Current()->builtins()->builtin(
    [all...]
ast.h 138 Isolate* isolate = Isolate::Current();
164 static int Count() { return Isolate::Current()->ast_node_count(); }
165 static void ResetIds() { Isolate::Current()->set_ast_node_id(0); }
170 Isolate* isolate = Isolate::Current();
176 Isolate* isolate = Isolate::Current();
    [all...]
assembler.h 78 // current pc. A label can be bound only once.
452 // *Read* reads from current byte(s) into rinfo_.
453 // *Get* just reads and returns info on current byte.
543 // Isolate::Current() as an external reference.
654 ASSERT(Isolate::Current()->external_reference_redirector() == NULL);
655 Isolate::Current()->set_external_reference_redirector(
735 // Set current position to pos.
738 // Set current statement position to pos.
platform-macos.cc 98 // Convert the current time to a 64-bit integer first, before converting it
155 LOG(Isolate::Current(), StringEvent("OS::Allocate", "mmap failed"));
270 LOG(Isolate::Current(),
524 "V8 failed to initialize fast TLS on current kernel");
  /external/v8/src/mips/
codegen-mips.h 181 // Create a code generator state based on a code generator's current
309 ASSERT(Isolate::Current()->inlined_write_barrier_size() != -1);
312 return Isolate::Current()->inlined_write_barrier_size() + 5;
assembler-mips-inl.h 275 Isolate::Current()->debug()->has_break_points()) {
  /external/chromium/third_party/libjingle/source/talk/base/
socketpool.cc 158 Thread::Current()->Dispose(stream);
  /external/chromium/third_party/libjingle/source/talk/examples/login/
xmppsocket.cc 49 talk_base::Thread* pth = talk_base::Thread::Current();
  /external/elfutils/src/
ldscript.c 685 # define YYLLOC_DEFAULT(Current, Rhs, N) \
686 ((Current).first_line = (Rhs)[1].first_line, \
687 (Current).first_column = (Rhs)[1].first_column, \
688 (Current).last_line = (Rhs)[N].last_line, \
689 (Current).last_column = (Rhs)[N].last_column)
    [all...]
  /external/clang/lib/CodeGen/
TargetInfo.cpp 132 // current ABI.
852 /// \param AggregateSize - The size of the current aggregate in
    [all...]
  /external/v8/test/mjsunit/
debug-compile-event.js 35 var current_source = ''; // Current source being compiled.
  /external/v8/tools/
logreader.js 47 * Current line.
  /external/chromium/third_party/libjingle/source/talk/examples/call/
call_main.cc 351 talk_base::Thread* main_thread = talk_base::Thread::Current();
  /external/v8/src/arm/
assembler-arm-inl.h 211 Isolate::Current()->debug()->has_break_points()) {

Completed in 2913 milliseconds

1 2 3 4 5 67 8 91011