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

  /external/chromium_org/v8/src/
code-stubs-hydrogen.cc 336 HValue* CodeStubGraphBuilder<FastCloneShallowArrayStub>::BuildCodeStub() {
340 FastCloneShallowArrayStub::Mode mode = casted_stub()->mode();
354 if (mode == FastCloneShallowArrayStub::CLONE_ANY_ELEMENTS) {
397 Handle<Code> FastCloneShallowArrayStub::GenerateCode() {
code-stubs.h 595 class FastCloneShallowArrayStub : public HydrogenCodeStub {
609 FastCloneShallowArrayStub(Mode mode,
    [all...]
isolate.cc     [all...]
  /external/v8/src/
code-stubs.h 377 class FastCloneShallowArrayStub : public CodeStub {
389 FastCloneShallowArrayStub(Mode mode, int length)
    [all...]
  /external/v8/src/arm/
full-codegen-arm.cc     [all...]
lithium-codegen-arm.cc     [all...]
code-stubs-arm.cc 256 FastCloneShallowArrayStub::Mode mode,
261 ASSERT(mode != FastCloneShallowArrayStub::CLONE_ANY_ELEMENTS);
266 elements_size = mode == FastCloneShallowArrayStub::CLONE_DOUBLE_ELEMENTS
302 void FastCloneShallowArrayStub::Generate(MacroAssembler* masm) {
319 FastCloneShallowArrayStub::Mode mode = mode_;
    [all...]
  /external/v8/src/ia32/
full-codegen-ia32.cc     [all...]
lithium-codegen-ia32.cc     [all...]
code-stubs-ia32.cc 238 FastCloneShallowArrayStub::Mode mode,
243 ASSERT(mode != FastCloneShallowArrayStub::CLONE_ANY_ELEMENTS);
248 elements_size = mode == FastCloneShallowArrayStub::CLONE_DOUBLE_ELEMENTS
274 if (mode == FastCloneShallowArrayStub::CLONE_ELEMENTS) {
280 ASSERT(mode == FastCloneShallowArrayStub::CLONE_DOUBLE_ELEMENTS);
297 void FastCloneShallowArrayStub::Generate(MacroAssembler* masm) {
318 FastCloneShallowArrayStub::Mode mode = mode_;
    [all...]
  /external/v8/src/mips/
full-codegen-mips.cc     [all...]
lithium-codegen-mips.cc     [all...]
code-stubs-mips.cc 255 FastCloneShallowArrayStub::Mode mode,
259 ASSERT(mode != FastCloneShallowArrayStub::CLONE_ANY_ELEMENTS);
264 elements_size = mode == FastCloneShallowArrayStub::CLONE_DOUBLE_ELEMENTS
300 void FastCloneShallowArrayStub::Generate(MacroAssembler* masm) {
319 FastCloneShallowArrayStub::Mode mode = mode_;
    [all...]
  /external/v8/src/x64/
full-codegen-x64.cc     [all...]
lithium-codegen-x64.cc     [all...]
code-stubs-x64.cc 225 FastCloneShallowArrayStub::Mode mode,
230 ASSERT(mode != FastCloneShallowArrayStub::CLONE_ANY_ELEMENTS);
235 elements_size = mode == FastCloneShallowArrayStub::CLONE_DOUBLE_ELEMENTS
261 if (mode == FastCloneShallowArrayStub::CLONE_ELEMENTS) {
267 ASSERT(mode == FastCloneShallowArrayStub::CLONE_DOUBLE_ELEMENTS);
283 void FastCloneShallowArrayStub::Generate(MacroAssembler* masm) {
301 FastCloneShallowArrayStub::Mode mode = mode_;
    [all...]
  /external/chromium_org/v8/src/arm/
full-codegen-arm.cc     [all...]
code-stubs-arm.cc 51 void FastCloneShallowArrayStub::InitializeInterfaceDescriptor(
    [all...]
  /external/chromium_org/v8/src/ia32/
full-codegen-ia32.cc     [all...]
code-stubs-ia32.cc 56 void FastCloneShallowArrayStub::InitializeInterfaceDescriptor(
    [all...]
  /external/chromium_org/v8/src/mips/
full-codegen-mips.cc     [all...]
code-stubs-mips.cc 52 void FastCloneShallowArrayStub::InitializeInterfaceDescriptor(
    [all...]
  /external/chromium_org/v8/src/x64/
full-codegen-x64.cc     [all...]
code-stubs-x64.cc 52 void FastCloneShallowArrayStub::InitializeInterfaceDescriptor(
    [all...]

Completed in 1239 milliseconds