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),
187 Code::ComputeFlags(Code::STUB),
220 Code::ComputeFlags(Code::STUB),
250 Code::ComputeFlags(Code::STUB),
286 Code::ComputeFlags(Code::STUB),
325 Code::ComputeFlags(Code::STUB),
381 Code::ComputeFlags(Code::STUB),
test-assembler-arm.cc 74 Code::ComputeFlags(Code::STUB),
111 Code::ComputeFlags(Code::STUB),
157 Code::ComputeFlags(Code::STUB),
205 Code::ComputeFlags(Code::STUB),
265 Code::ComputeFlags(Code::STUB),
test-assembler-mips.cc 81 Code::ComputeFlags(Code::STUB),
122 Code::ComputeFlags(Code::STUB),
245 Code::ComputeFlags(Code::STUB),
test-heap.cc 81 Code::ComputeFlags(Code::STUB),
95 Code::ComputeFlags(Code::STUB),
test-disasm-ia32.cc 409 Code::ComputeFlags(Code::STUB),
  /external/v8/src/
code-stubs.cc 51 // Update the static counter each time a new code stub is generated.
55 // Generate the code for the stub.
65 // Register the generated stub with the OPROFILE agent.
100 Code::Flags flags = Code::ComputeFlags(Code::STUB, InLoop());
135 Code::Flags flags = Code::ComputeFlags(Code::STUB, InLoop());
disassembler.cc 252 } else if (kind == Code::STUB) {
258 // Get the STUB key and extract major and minor key.
stub-cache.cc 33 #include "stub-cache.h"
65 // the stub cache only contains monomorphic stubs. Make sure that
451 // Compile the stub - only create stubs for fully compiled functions.
668 Code::ComputeFlags(Code::STUB, NOT_IN_LOOP, MEGAMORPHIC, NORMAL, argc);
704 Code::ComputeFlags(Code::STUB, NOT_IN_LOOP, UNINITIALIZED, NORMAL, argc);
    [all...]
debug.cc 43 #include "stub-cache.h"
130 if (code->kind() == Code::STUB) {
347 // construct call or CallFunction stub call.
356 Handle<Code> stub = ComputeCallDebugPrepareStepIn(code->arguments_count()); local
358 original_rinfo()->set_target_address(stub->entry());
360 rinfo()->set_target_address(stub->entry());
373 (maybe_call_function_stub->kind() == Code::STUB &&
380 // Step in through CallFunction stub should also be prepared by caller of
    [all...]
objects-inl.h     [all...]
log.cc     [all...]
spaces.cc     [all...]
objects.h     [all...]
objects.cc     [all...]
  /external/v8/src/ia32/
assembler-ia32.cc 123 Code::ComputeFlags(Code::STUB),
    [all...]
  /external/v8/src/x64/
assembler-x64.cc 120 Heap::CreateCode(desc, NULL, Code::ComputeFlags(Code::STUB), NULL);
    [all...]

Completed in 100 milliseconds