HomeSort by relevance Sort by last modified time
    Searched full:allocationbuilder (Results 1 - 3 of 3) sorted by null

  /external/v8/src/compiler/
js-create-lowering.cc 30 class AllocationBuilder final {
32 AllocationBuilder(JSGraph* jsgraph, Node* effect, Node* control)
261 AllocationBuilder a(jsgraph(), effect, graph()->start());
367 AllocationBuilder a(jsgraph(), effect, control);
402 AllocationBuilder a(jsgraph(), effect, control);
440 AllocationBuilder a(jsgraph(), effect, control);
501 AllocationBuilder a(jsgraph(), effect, control);
572 AllocationBuilder a(jsgraph(), effect, control);
605 AllocationBuilder a(jsgraph(), effect, graph()->start());
664 AllocationBuilder a(jsgraph(), effect, control)
    [all...]
  /frameworks/rs/java/tests/Balls/src/com/example/android/rs/balls/
BallsRS.java 114 Mesh.AllocationBuilder smb = new Mesh.AllocationBuilder(mRS);
  /frameworks/base/rs/java/android/renderscript/
Mesh.java 411 public static class AllocationBuilder {
427 public AllocationBuilder(RenderScript rs) {
461 public AllocationBuilder addVertexAllocation(Allocation a) throws IllegalStateException {
482 public AllocationBuilder addIndexSetAllocation(Allocation a, Primitive p) {
498 public AllocationBuilder addIndexSetType(Primitive p) {

Completed in 216 milliseconds