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

/external/tcpdump/
H A Dprint-snmp.c952 static int smi_check_type(SmiBasetype basetype, int be) function
1118 if (! smi_check_type(smiType->basetype, elem->type)) {
/external/v8/src/ia32/
H A Dmacro-assembler-ia32.cc823 SmiCheckType smi_check_type) {
824 if (smi_check_type == DO_SMI_CHECK) {
836 SmiCheckType smi_check_type) {
838 if (smi_check_type == DO_SMI_CHECK) {
820 CheckMap(Register obj, Handle<Map> map, Label* fail, SmiCheckType smi_check_type) argument
833 DispatchWeakMap(Register obj, Register scratch1, Register scratch2, Handle<WeakCell> cell, Handle<Code> success, SmiCheckType smi_check_type) argument
/external/v8/src/x87/
H A Dmacro-assembler-x87.cc712 SmiCheckType smi_check_type) {
713 if (smi_check_type == DO_SMI_CHECK) {
725 SmiCheckType smi_check_type) {
727 if (smi_check_type == DO_SMI_CHECK) {
709 CheckMap(Register obj, Handle<Map> map, Label* fail, SmiCheckType smi_check_type) argument
722 DispatchWeakMap(Register obj, Register scratch1, Register scratch2, Handle<WeakCell> cell, Handle<Code> success, SmiCheckType smi_check_type) argument
/external/v8/src/arm64/
H A Dmacro-assembler-arm64.cc2042 SmiCheckType smi_check_type) {
2045 if (smi_check_type == DO_SMI_CHECK) {
2062 SmiCheckType smi_check_type) {
2063 if (smi_check_type == DO_SMI_CHECK) {
3298 SmiCheckType smi_check_type) {
3299 if (smi_check_type == DO_SMI_CHECK) {
3312 SmiCheckType smi_check_type) {
3313 if (smi_check_type == DO_SMI_CHECK) {
3324 SmiCheckType smi_check_type) {
3325 if (smi_check_type
2041 JumpIfHeapNumber(Register object, Label* on_heap_number, SmiCheckType smi_check_type) argument
2060 JumpIfNotHeapNumber(Register object, Label* on_not_heap_number, SmiCheckType smi_check_type) argument
3294 CheckMap(Register obj, Register scratch, Handle<Map> map, Label* fail, SmiCheckType smi_check_type) argument
3308 CheckMap(Register obj, Register scratch, Heap::RootListIndex index, Label* fail, SmiCheckType smi_check_type) argument
3321 CheckMap(Register obj_map, Handle<Map> map, Label* fail, SmiCheckType smi_check_type) argument
3334 DispatchWeakMap(Register obj, Register scratch1, Register scratch2, Handle<WeakCell> cell, Handle<Code> success, SmiCheckType smi_check_type) argument
[all...]
/external/v8/src/mips/
H A Dmacro-assembler-mips.cc4303 SmiCheckType smi_check_type) {
4304 if (smi_check_type == DO_SMI_CHECK) {
4316 SmiCheckType smi_check_type) {
4318 if (smi_check_type == DO_SMI_CHECK) {
4332 SmiCheckType smi_check_type) {
4333 if (smi_check_type == DO_SMI_CHECK) {
4299 CheckMap(Register obj, Register scratch, Handle<Map> map, Label* fail, SmiCheckType smi_check_type) argument
4313 DispatchWeakMap(Register obj, Register scratch1, Register scratch2, Handle<WeakCell> cell, Handle<Code> success, SmiCheckType smi_check_type) argument
4328 CheckMap(Register obj, Register scratch, Heap::RootListIndex index, Label* fail, SmiCheckType smi_check_type) argument
/external/v8/src/x64/
H A Dmacro-assembler-x64.cc3676 SmiCheckType smi_check_type) {
3677 if (smi_check_type == DO_SMI_CHECK) {
3843 SmiCheckType smi_check_type) {
3845 if (smi_check_type == DO_SMI_CHECK) {
3673 CheckMap(Register obj, Handle<Map> map, Label* fail, SmiCheckType smi_check_type) argument
3840 DispatchWeakMap(Register obj, Register scratch1, Register scratch2, Handle<WeakCell> cell, Handle<Code> success, SmiCheckType smi_check_type) argument

Completed in 283 milliseconds