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

  /external/v8/test/unittests/interpreter/
bytecodes-unittest.cc 18 int register_count = 128; local
19 int step = register_count / 7;
20 for (int i = 0; i < register_count; i += step) {
53 int register_count = 128; local
56 static_cast<uint32_t>(register_count + parameter_count));
60 for (int i = 0; i < register_count; i += 1) {
  /art/compiler/optimizing/
parallel_move_resolver.h 86 int AllocateScratchRegister(int blocked, int if_scratch, int register_count, bool* spilled);
parallel_move_resolver.cc 260 int register_count,
265 for (int reg = 0; reg < register_count; ++reg) {
  /external/v8/src/runtime/
runtime-generator.cc 26 int size = function->shared()->bytecode_array()->register_count();
  /external/v8/src/compiler/
bytecode-graph-builder.cc 21 Environment(BytecodeGraphBuilder* builder, int register_count,
25 int register_count() const { return register_count_; } function in class:v8::internal::compiler::BytecodeGraphBuilder::Environment
173 int register_count,
178 register_count_(register_count),
206 values()->insert(values()->end(), register_count, undefined_constant);
394 register_count());
431 register_count(), output_poke_start,
449 bytecode_array()->register_count(), info->shared_info())),
519 Environment env(this, bytecode_array()->register_count(),
1426 int register_count = environment()->register_count(); local
    [all...]
js-operator.cc 721 const Operator* JSOperatorBuilder::GeneratorStore(int register_count) {
725 3 + register_count, 1, 1, 0, 1, 0, // counts
726 register_count); // parameter
    [all...]
js-operator.h 476 const Operator* GeneratorStore(int register_count);
js-typed-lowering.cc 1744 int register_count = OpParameter<int>(node); local
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
d3dx9effect.h 185 STDMETHOD(SetVertexShaderConstantF)(THIS_ UINT register_index, CONST FLOAT* constant_data, UINT register_count) PURE;
186 STDMETHOD(SetVertexShaderConstantI)(THIS_ UINT register_index, CONST INT* constant_data, UINT register_count) PURE;
187 STDMETHOD(SetVertexShaderConstantB)(THIS_ UINT register_index, CONST WINBOOL* constant_data, UINT register_count) PURE;
189 STDMETHOD(SetPixelShaderConstantF)(THIS_ UINT register_index, CONST FLOAT* constant_data, UINT register_count) PURE;
190 STDMETHOD(SetPixelShaderConstantI)(THIS_ UINT register_index, CONST INT * constant_data, UINT register_count) PURE;
191 STDMETHOD(SetPixelShaderConstantB)(THIS_ UINT register_index, CONST WINBOOL* constant_data, UINT register_count) PURE;
  /external/apache-harmony/sql/src/test/java/org/apache/harmony/sql/tests/java/sql/
DriverManagerTest.java 506 int register_count = 10; local
511 for (int i = 0; i < register_count; i++) {
  /external/v8/src/regexp/
jsregexp.cc 5752 int register_count = capture_count_ * registers_per_capture; local
5760 position_register, register_count, register_start); local
    [all...]
  /external/v8/src/
objects.h     [all...]
objects-inl.h     [all...]

Completed in 210 milliseconds