Home
last modified time | relevance | path

Searched refs:LoadByte (Results 1 – 4 of 4) sorted by relevance

/external/lua/src/
Dlundump.c60 static lu_byte LoadByte (LoadState *S) { in LoadByte() function
89 size_t size = LoadByte(S); in LoadString()
127 int t = LoadByte(S); in LoadConstants()
133 setbvalue(o, LoadByte(S)); in LoadConstants()
174 f->upvalues[i].instack = LoadByte(S); in LoadUpvalues()
175 f->upvalues[i].idx = LoadByte(S); in LoadUpvalues()
208 f->numparams = LoadByte(S); in LoadFunction()
209 f->is_vararg = LoadByte(S); in LoadFunction()
210 f->maxstacksize = LoadByte(S); in LoadFunction()
229 if (LoadByte(S) != size) in fchecksize()
[all …]
/external/v8/src/ppc/
Dmacro-assembler-ppc.cc1266 LoadByte(r7, MemOperand(r7), r0); in CheckDebugHook()
2690 void MacroAssembler::LoadByte(Register dst, const MemOperand& mem, in LoadByte() function in v8::internal::MacroAssembler
2724 LoadByte(dst, mem, scratch); in LoadRepresentation()
2727 LoadByte(dst, mem, scratch); in LoadRepresentation()
Dmacro-assembler-ppc.h761 void LoadByte(Register dst, const MemOperand& mem, Register scratch);
/external/v8/src/builtins/ppc/
Dbuiltins-ppc.cc386 __ LoadByte(ip, MemOperand(ip), r0); in Generate_ResumeGeneratorTrampoline() local