HomeSort by relevance Sort by last modified time
    Searched refs:STUB (Results 1 - 16 of 16) sorted by null

  /external/v8/test/cctest/
test-assembler-ia32.cc 74 Code::ComputeFlags(Code::STUB),
112 Code::ComputeFlags(Code::STUB),
154 Code::ComputeFlags(Code::STUB),
188 Code::ComputeFlags(Code::STUB),
222 Code::ComputeFlags(Code::STUB),
251 Code::ComputeFlags(Code::STUB),
288 Code::ComputeFlags(Code::STUB),
328 Code::ComputeFlags(Code::STUB),
383 Code::ComputeFlags(Code::STUB),
test-assembler-arm.cc 71 Code::ComputeFlags(Code::STUB),
108 Code::ComputeFlags(Code::STUB),
154 Code::ComputeFlags(Code::STUB),
202 Code::ComputeFlags(Code::STUB),
317 Code::ComputeFlags(Code::STUB),
377 Code::ComputeFlags(Code::STUB),
412 Code::ComputeFlags(Code::STUB),
488 Code::ComputeFlags(Code::STUB),
674 Code::ComputeFlags(Code::STUB),
789 Code::ComputeFlags(Code::STUB),
    [all...]
test-assembler-mips.cc 78 Code::ComputeFlags(Code::STUB),
116 Code::ComputeFlags(Code::STUB),
256 Code::ComputeFlags(Code::STUB),
322 Code::ComputeFlags(Code::STUB),
388 Code::ComputeFlags(Code::STUB),
457 Code::ComputeFlags(Code::STUB),
530 Code::ComputeFlags(Code::STUB),
604 Code::ComputeFlags(Code::STUB),
703 Code::ComputeFlags(Code::STUB),
750 Code::ComputeFlags(Code::STUB),
    [all...]
test-heap.cc 81 Code::ComputeFlags(Code::STUB),
95 Code::ComputeFlags(Code::STUB),
    [all...]
test-disasm-ia32.cc 465 Code::ComputeFlags(Code::STUB),
  /external/v8/src/
gdb-jit.h 55 V(STUB) \
code-stubs.cc 51 // Update the static counter each time a new code stub is generated.
57 // Generate the code for the stub.
68 GDBJIT(AddCode(GDBJITInterface::STUB, GetName(), code));
85 return Code::STUB;
disassembler.cc 257 } else if (kind == Code::STUB) {
263 // Get the STUB key and extract major and minor key.
debug.cc 45 #include "stub-cache.h"
176 if (code->kind() == Code::STUB) {
399 // construct call or CallFunction stub call.
408 Handle<Code> stub = ComputeCallDebugPrepareStepIn(code->arguments_count(), local
411 original_rinfo()->set_target_address(stub->entry());
413 rinfo()->set_target_address(stub->entry());
426 (maybe_call_function_stub->kind() == Code::STUB &&
433 // Step in through CallFunction stub should also be prepared by caller of
1006 // We must have been calling IC stub. Do not go there anymore.
    [all...]
stub-cache.cc 34 #include "stub-cache.h"
71 // the stub cache only contains monomorphic stubs. Make sure that
106 // nonexistent IC stub can be shared for all names for a given map
109 // property cells in the stub and therefore the stub will be
118 // Compile the stub that is either shared for all names or
462 // generated stub always accesses fast elements, not slow-mode fields, but
463 // some property type is required for the stub lookup. Note that overloading
466 // keyed loads that are not array elements go through a generic builtin stub.
815 // Compile the stub - only create stubs for fully compiled functions
    [all...]
log.cc     [all...]
objects-inl.h     [all...]
liveedit.cc 939 // Check whether the code is natural function code (not a lazy-compile stub
    [all...]
objects.h     [all...]
spaces.cc     [all...]
objects.cc     [all...]

Completed in 687 milliseconds