Searched defs:smi_check_type (Results 1 - 6 of 6) sorted by relevance

/external/tcpdump/
H A Dprint-snmp.c937 static int smi_check_type(SmiBasetype basetype, int be) function
1097 if (! smi_check_type(smiType->basetype, elem->type)) {
/external/chromium_org/v8/src/ia32/
H A Dmacro-assembler-ia32.cc735 SmiCheckType smi_check_type) {
736 if (smi_check_type == DO_SMI_CHECK) {
749 SmiCheckType smi_check_type) {
751 if (smi_check_type == DO_SMI_CHECK) {
732 CheckMap(Register obj, Handle<Map> map, Label* fail, SmiCheckType smi_check_type) argument
745 DispatchMap(Register obj, Register unused, Handle<Map> map, Handle<Code> success, SmiCheckType smi_check_type) argument
/external/chromium_org/v8/src/x64/
H A Dmacro-assembler-x64.cc3415 SmiCheckType smi_check_type) {
3416 if (smi_check_type == DO_SMI_CHECK) {
3571 SmiCheckType smi_check_type) {
3573 if (smi_check_type == DO_SMI_CHECK) {
3412 CheckMap(Register obj, Handle<Map> map, Label* fail, SmiCheckType smi_check_type) argument
3567 DispatchMap(Register obj, Register unused, Handle<Map> map, Handle<Code> success, SmiCheckType smi_check_type) argument
/external/chromium_org/v8/src/x87/
H A Dmacro-assembler-x87.cc647 SmiCheckType smi_check_type) {
648 if (smi_check_type == DO_SMI_CHECK) {
661 SmiCheckType smi_check_type) {
663 if (smi_check_type == DO_SMI_CHECK) {
644 CheckMap(Register obj, Handle<Map> map, Label* fail, SmiCheckType smi_check_type) argument
657 DispatchMap(Register obj, Register unused, Handle<Map> map, Handle<Code> success, SmiCheckType smi_check_type) argument
/external/chromium_org/v8/src/arm64/
H A Dmacro-assembler-arm64.cc2251 SmiCheckType smi_check_type) {
2254 if (smi_check_type == DO_SMI_CHECK) {
2271 SmiCheckType smi_check_type) {
2272 if (smi_check_type == DO_SMI_CHECK) {
3748 SmiCheckType smi_check_type) {
3749 if (smi_check_type == DO_SMI_CHECK) {
3762 SmiCheckType smi_check_type) {
3763 if (smi_check_type == DO_SMI_CHECK) {
3774 SmiCheckType smi_check_type) {
3775 if (smi_check_type
2250 JumpIfHeapNumber(Register object, Label* on_heap_number, SmiCheckType smi_check_type) argument
2269 JumpIfNotHeapNumber(Register object, Label* on_not_heap_number, SmiCheckType smi_check_type) argument
3744 CheckMap(Register obj, Register scratch, Handle<Map> map, Label* fail, SmiCheckType smi_check_type) argument
3758 CheckMap(Register obj, Register scratch, Heap::RootListIndex index, Label* fail, SmiCheckType smi_check_type) argument
3771 CheckMap(Register obj_map, Handle<Map> map, Label* fail, SmiCheckType smi_check_type) argument
3784 DispatchMap(Register obj, Register scratch, Handle<Map> map, Handle<Code> success, SmiCheckType smi_check_type) argument
[all...]
/external/chromium_org/v8/src/mips/
H A Dmacro-assembler-mips.cc3877 SmiCheckType smi_check_type) {
3878 if (smi_check_type == DO_SMI_CHECK) {
3891 SmiCheckType smi_check_type) {
3893 if (smi_check_type == DO_SMI_CHECK) {
3906 SmiCheckType smi_check_type) {
3907 if (smi_check_type == DO_SMI_CHECK) {
3873 CheckMap(Register obj, Register scratch, Handle<Map> map, Label* fail, SmiCheckType smi_check_type) argument
3887 DispatchMap(Register obj, Register scratch, Handle<Map> map, Handle<Code> success, SmiCheckType smi_check_type) argument
3902 CheckMap(Register obj, Register scratch, Heap::RootListIndex index, Label* fail, SmiCheckType smi_check_type) argument

Completed in 204 milliseconds