OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:function_return_
(Results
1 - 7
of
7
) sorted by null
/external/v8/src/mips/
codegen-mips.h
292
BreakTarget
function_return_
;
member in class:v8::internal::CodeGenerator
295
//
function_return_
does not jump to the true function return, but rather
/external/v8/src/arm/
codegen-arm.h
436
BreakTarget
function_return_
;
member in class:v8::internal::CodeGenerator
439
//
function_return_
does not jump to the true function return, but rather
codegen-arm.cc
290
function_return_
.set_direction(JumpTarget::BIDIRECTIONAL);
331
if (has_valid_frame() ||
function_return_
.is_linked()) {
332
if (!
function_return_
.is_linked()) {
342
function_return_
.Bind();
387
function_return_
.Unuse();
[
all
...]
/external/v8/src/x64/
codegen-x64.h
617
BreakTarget
function_return_
;
member in class:v8::internal::CodeGenerator
620
//
function_return_
does not jump to the true function return, but rather
codegen-x64.cc
420
function_return_
.set_direction(JumpTarget::BIDIRECTIONAL);
467
if (
function_return_
.is_bound()) {
468
function_return_
.Jump(&undefined);
470
function_return_
.Bind(&undefined);
473
} else if (
function_return_
.is_linked()) {
480
function_return_
.Bind(&return_value);
493
function_return_
.Unuse();
[
all
...]
/external/v8/src/ia32/
codegen-ia32.h
633
BreakTarget
function_return_
;
member in class:v8::internal::CodeGenerator
636
//
function_return_
does not jump to the true function return, but rather
[
all
...]
codegen-ia32.cc
268
function_return_
.set_direction(JumpTarget::BIDIRECTIONAL);
315
if (
function_return_
.is_bound()) {
316
function_return_
.Jump(&undefined);
318
function_return_
.Bind(&undefined);
321
} else if (
function_return_
.is_linked()) {
328
function_return_
.Bind(&return_value);
341
function_return_
.Unuse();
[
all
...]
Completed in 596 milliseconds