Searched defs:tagged (Results 1 - 4 of 4) sorted by relevance

/external/v8/src/arm/
H A Dcode-stubs-arm.cc595 // Load the double from tagged HeapNumber to double register.
1216 // Load the double from rhs, tagged HeapNumber r0, to d6.
1254 // Load the double from lhs, tagged HeapNumber r1, to d7.
1772 // tagged as a small integer.
3212 // Tagged case: tagged input on top of stack and in r0,
3213 // tagged result (heap number) goes into r0.
3222 const bool tagged = (argument_type_ == TAGGED); local
3226 if (tagged) {
3305 if (tagged) {
3320 if (tagged) {
[all...]
/external/v8/src/ia32/
H A Dcode-stubs-ia32.cc2377 // esp[4]: tagged number input argument (should be number).
2380 // eax: tagged double result.
2391 const bool tagged = (argument_type_ == TAGGED); local
2392 if (tagged) {
2491 if (tagged) {
2504 if (tagged) {
2518 if (tagged) {
2545 if (tagged) {
3288 // esp[4] : number of parameters (tagged)
3292 // ebx = parameter count (tagged)
[all...]
/external/v8/src/mips/
H A Dcode-stubs-mips.cc595 // Load the double from tagged HeapNumber to double register.
1859 // tagged as a small integer.
3334 // Tagged case: tagged input on top of stack and in a0,
3335 // tagged result (heap number) goes into v0.
3344 const bool tagged = (argument_type_ == TAGGED); local
3349 if (tagged) {
3434 if (tagged) {
3449 if (tagged) {
4500 // sp[0] : number of parameters (tagged)
4504 // t2 : allocated object (tagged)
[all...]
/external/v8/src/x64/
H A Dcode-stubs-x64.cc585 // On success, both first and second holds Smi tagged values.
1235 // We need tagged values in rdx and rax for the following code,
1504 // rax: tagged double result.
1515 const bool tagged = (argument_type_ == TAGGED); local
1516 if (tagged) {
1613 if (tagged) {
1624 if (tagged) {
1635 if (tagged) {
1662 if (tagged) {
2318 // rsp[8] : number of parameters (tagged)
[all...]

Completed in 109 milliseconds