HomeSort by relevance Sort by last modified time
    Searched defs:asm_ (Results 1 - 2 of 2) sorted by null

  /art/compiler/utils/
jni_macro_assembler.h 263 asm_.FinalizeCode();
267 return asm_.CodeSize();
271 asm_.FinalizeInstructions(region);
275 return asm_.cfi();
279 explicit JNIMacroAssemblerFwd(ArenaAllocator* allocator) : asm_(allocator) {}
281 T asm_; member in class:art::JNIMacroAssemblerFwd
  /external/v8/src/ic/
accessor-assembler.h 227 : out_(out), var_result_(var_result), asm_(assembler) {
235 asm_->TailCallRuntime(function, context, args...);
237 IndirectReturn(asm_->CallRuntime(function, context, args...));
244 asm_->TailCallStub(callable, context, args...);
246 IndirectReturn(asm_->CallStub(callable, context, args...));
254 asm_->TailCallStub(descriptor, target, context, args...);
256 IndirectReturn(asm_->CallStub(descriptor, target, context, args...));
262 asm_->Return(result);
273 asm_->Goto(out_);
278 CodeStubAssembler* const asm_; member in class:v8::internal::ExitPoint
    [all...]

Completed in 88 milliseconds